[jQuery] Re: Click event is not captured by jQuery after the link to click is rendered by AJAX through jQuery

2009-03-23 Thread tadatoshi
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: &

[jQuery] Click event is not captured by jQuery after the link to click is rendered by AJAX through jQuery

2009-03-23 Thread tadatoshi
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