I’m using jquery with tabs plugin and the cookie plugin to remember the previously selected tab.
However, when the page is opened again it successfully remembers the last tab selected but then when a new tab is chosen both the new and the old one are highlighted.
When another is selected then it just highlights that one.
$("#tabs").tabs({ cookie: { name: 'selectedTab', expires: 300 }});
Can anyone suggest a solution please?
Thanks
it turns out that I needed the latest version of jquery installed.