History is broken in Safari 3, one of the reasons it was taken out of UI Tabs.
--Klaus On 11 Mrz., 21:46, ZAP <michael...@gmail.com> wrote: > Hello - > > I'm using Klaus' Tabs plugin (Version: 2.7.4) with jQuery 1.2.6, but > the triggerTab() function just isn't working for me in Safari 3. No > matter how I create Back and Next buttons or links, Safari instead > tries to load a new page (e.g.,http://mydomain.com/?#start) instead > of switching tabs. Clicking the tab headers works as expected in > Safari, and everything works properly in all other tested browsers. > > I've tried various methods to make these links work in Safari, such > as: > <input type="button" id="back2" class="submit" value="« back" > onclick="$('#formtabs').triggerTab(1);return false;"/> > <a href="#" onclick="$('#formtabs').triggerTab(2);return > false;">« back</a> > > What might be the cause of this, and more importantly what might be > the solution? > > Thanks in advance for your replies. > > ZAP