[jQuery] Re: Chaining AJAX calls in jQuery with pause?

2009-08-31 Thread pascal.nauj...@googlemail.com
Thanks! I will try that. On Aug 26, 3:28 pm, MorningZ wrote: > Check out theAjaxQueue plugin > > http://www.google.com/search?q=jquery+ajaxqueue > > On Aug 26, 8:52 am, "pascal.nauj...@googlemail.com" > > wrote: > > Hi Group, > > > is there a po

[jQuery] Chaining AJAX calls in jQuery with pause?

2009-08-26 Thread pascal.nauj...@googlemail.com
Hi Group, is there a possibility to chain AJAX Requests? By now i have 5 AJAX Functions where one calls the next (Button Click - > 1 -> 2 -> 3 -> 4 -> 5 -> Finish) My main problem is that i have to wait about 10 seconds before the 3. function calls the 4. When i use sT1 = window.setTimeout(fu

[jQuery] Chaining jQuery AJAX

2009-08-25 Thread pascal.nauj...@googlemail.com
Hi Group, is there a possibility to chain AJAX Requests? By now i have 5 AJAX Functions where one calls the next (Button Click - > 1 -> 2 -> 3 -> 4 -> 5 -> Finish) My main problem is that i have to wait about 10 seconds before the 3. function calls the 4. When i use sT1 = window.setTimeout(fu

[jQuery] Re: bug in selectors?

2009-07-21 Thread pascal.nauj...@googlemail.com
Forget it =) My fault: $('#element_a, #element_b').hide(); On Jul 21, 10:33 am, "pascal.nauj...@googlemail.com" wrote: > Hi, > > when i do this: > > $(function(){ >   $('#element_a','#element_b').hide(); > > }); > > nothin

[jQuery] bug in selectors?

2009-07-21 Thread pascal.nauj...@googlemail.com
Hi, when i do this: $(function(){ $('#element_a','#element_b').hide(); }); nothing hides! When i do this $(function(){ $('#element_a').hide(); $('#element_b').hide(); }); all works fine! You know why? Is this a Bug or am I? Regards qualle

[jQuery] Re: $("delButton")..click(function(){... for later added button's

2009-07-07 Thread pascal.nauj...@googlemail.com
M > Subject: [jQuery] Re: $("delButton")..click(function(){... for later added > > button's > > > live should work, try this. > > > $(".delButton").live("click", function(){ > > $(this).parent(".parentOFbutton").remov

[jQuery] Re: Fire event

2009-07-04 Thread pascal.nauj...@googlemail.com
Hi, thanks for the reply! Didn't know trick with if ($().is ()) { ... } This worked fine for me thanks! I know the "each" function but i have different actions on each element so i can not use this for my case. But thanks for the hint! Cheers, qualle On Jul 2, 9:41 pm, Charlie wrote: > h

[jQuery] Fire event

2009-07-02 Thread pascal.nauj...@googlemail.com
Hi there, i'am new to jquery so my question is maybe too easy for you? ;) I got the following: 3 Radiobuttons which each i added a click event that shows up a new div with some information about the value of this radio button. This works fine. Now when i load the page and passing a PHP variable