Thanks for your reply. I'm not using the History plugin, however (just trying to add back and next tab links within the tabs themselves, not back or next in terms of browser history). So this probably isn't related to History, right?
Would it be worth trying UI Tabs instead? I haven't done that so far because everything is working well throughout the site except for this blasted Safari bug, and I don't want to make trouble for myself unnecessarily. Is the process of converting to UI Tabs as easy as switching the script file? Thanks again! On Mar 11, 3:27 pm, Klaus Hartl <klaus.ha...@googlemail.com> wrote: > 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 > >