I have a question regarding the history plugin and jQuery Tools v. 1.1.2. I am currently using the tabs plugin and would really like to have some kind of historical functionality. I need this so that I can directly link to one of my tabs. I only work with jQuery Tools version 1.1.2 because version 1.2.0 conflicts with some of my other javascript. This means that I need to be able to directly link to my tabs with version 1.1.2 of the tools.
Right now my script looks like this:
$("ul.plan-tabs").tabs("div.plan-panes div.fane", { tabs: 'li'});
But I can’t find a way to link to my tabs. Nomatter with id (#), which I put in my URL, I always get the first tab: (
Can anyone help?
Thank you very much in advance.
/ Kim
source
share