Anders schrieb:
>> What would the back button do?
>
>> Working back button would definitely be appreciated. You could also
>> bookmark where you are and go straight to it when needed.
>
> Yehuda: I don't know if Sam's mail about being able to bookmark
> methods clarified what I meant with a working back button. I actually
> had a somewhat working demo a while ago with visual jquery and the
> history plugin (http://www.mikage.to/jquery/jquery_history.html), I
> can dig it up if you like.
>
> /Anders
You could also use my plugin, let every link point to a hash, e.g.: link
/button "JavaScript" would go to: index.xml#javascript and use
$('a').history();
With that the click event for the according link will be triggered
whenever the hash changes in the url, e.g. when pushing the back/forward
button...
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/