[jQuery] Re: Safari + triggerTab() = fail

2009-03-11 Thread ZAP
, Klaus Hartl 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 wrote: > > > Hello - > > > I'm using Klaus' Tabs plugin (Version: 2.7.4) with jQuery 1.2.6, but > > the triggerT

[jQuery] Safari + triggerTab() = fail

2009-03-11 Thread ZAP
? Thanks in advance for your replies. ZAP

[jQuery] Re: random option for Cycle not working?

2008-01-31 Thread ZAP
5:52 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > What version of the plugin? > > On Jan 30, 2008 1:26 PM, ZAP <[EMAIL PROTECTED]> wrote: > > > > > For some reason, Cycle is not randomizing the order of my blurbs. > > > > > $(documen

[jQuery] random option for Cycle not working?

2008-01-30 Thread ZAP
For some reason, Cycle is not randomizing the order of my blurbs. $(document).ready(function(){$('#blurbs').cycle({fx:'turnDown',random: 1,timeout:1});}); Anyone know why this might be?

[jQuery] AJAX load syntax question

2007-09-28 Thread ZAP
I'm wondering if there's a way to pass AJAX POST vars with a key that's assigned as a variable, e.g. function updateQty(uniqueID,qty){ $("#basket").load("/basket-contents.html",{uniqueID:qty}); } What I'd like to get from this is a POST var with a key of whatever the variable uniqueID is

[jQuery] Re: $.load() POSTing instead of GETing

2007-09-26 Thread ZAP
I also ran into this problem, and it was truly vexing. I was trying to POST to an XML file (dynamically generated by PHP), and the server didn't allow that so no POST vars were being received. Very glad I stumbled across this post, since otherwise I'd probably be hacking together a GET version or