[jQuery] Re: slideToggle stops working after refreshing content with Ajax

2009-11-28 Thread Sala
(this).next(".hidlayer").slideToggle(100); >   }); > > }); > } > > I hope this is helpful. > > Jeremy > > On Nov 27, 3:13 pm, Sala wrote: > > > > > I can't figure out what's wrong. > > > The slidetoggle works fine until

[jQuery] slideToggle stops working after refreshing content with Ajax

2009-11-27 Thread Sala
I can't figure out what's wrong. The slidetoggle works fine until I refresh the page using Ajax, even though the same exact html is outputted by "mycontent.php" jQuery(document).ready(function() { jQuery(".displayer").click(function() { jQuery(this).next(".hidlayer").slideToggle(100);

[jQuery] Re: Concurrent Ajax request

2007-05-17 Thread Stefano Sala
Forget my request. It is a .Net problem. Tnx Stefano

[jQuery] Re: Concurrent Ajax request

2007-05-16 Thread Stefano Sala
Noone? :( here is a screenshot with the issue: http://ste.spa.it/upload/Immagine.png the second post wait until the first finished... Tnx in advance!! Stefano On 15 Mag, 16:04, Stefano Sala <[EMAIL PROTECTED]> wrote: > Maybe it's a firefox limit?

[jQuery] Re: Concurrent Ajax request

2007-05-15 Thread Stefano Sala
Maybe it's a firefox limit?

[jQuery] Concurrent Ajax request

2007-05-15 Thread Stefano Sala
Hi everybody! I'm trying to create a page that: - refreshes every 5 seconds some part of it. - if a button is pressed, to post data to a web service. The problem is that the second ajax request wait until the first finish, and doesn't run concurrently. The code i use is this: function SetOffe