Hi there
I have a question regarding the history plugin and jQuery Tools v. 1.1.2. I currently use the tabs plugin, and would very much like to have some kind of history-functionality. I need this so that I can link directly to one of my tabs. I do only work with version 1.1.2 of jQuery Tools, because the 1.2.0 version conflicts with some of my other javascript. This means that I need to be able to link directly to my tabs with version 1.1.2 of Tools.
Right now my script looks like this:
$("ul.plan-tabs").tabs("div.plan-panes div.fane", { tabs: 'li'});
But I can't find any way to link directly to my tabs. Nomatter wich id(#) I puts in my URL, I always gets the first tab :(
Can anyone help?
Thanks a lot in advance.
/Kim