, 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
?
Thanks in advance for your replies.
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
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?
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
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
6 matches
Mail list logo