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
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
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
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
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
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
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
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
8 matches
Mail list logo