[jQuery] Safari + triggerTab() = fail

2009-03-11 Thread ZAP
;/ a href=# onclick=$('#formtabs').triggerTab(2);return false;laquo; back/a What might be the cause of this, and more importantly what might be the solution? Thanks in advance for your replies. ZAP

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

2009-03-11 Thread ZAP
...@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

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

2008-01-31 Thread ZAP
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. script type=text/javascript $(document).ready(function(){$('#blurbs').cycle({fx:'turnDown',random: 1,timeout:1

[jQuery] random option for Cycle not working?

2008-01-30 Thread ZAP
For some reason, Cycle is not randomizing the order of my blurbs. script type=text/javascript $(document).ready(function(){$('#blurbs').cycle({fx:'turnDown',random: 1,timeout:1});}); /script 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