alse;
}
});
Then when the second element is clicked, the event is captured by
jQuery.
Thank you again for your help.
Sincerely,
Tadatoshi
On Mar 23, 1:22 pm, Eric Garside wrote:
> It's because jQuery operates on the elements which already exist.
>
> Lets say for instance:
&
element for the first click event above exists but the the one for
the second doesn't exist when a page is first displayed.
When the first element is clicked, as a result of AJAX call, the
second element is displayed.
Then when the second element is clicked, the second click event above
is not captured by jQuery above.
Thank you in advance.
Tadatoshi
2 matches
Mail list logo