(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
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);
Forget my request.
It is a .Net problem.
Tnx
Stefano
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?
Maybe it's a firefox limit?
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
6 matches
Mail list logo