> That's because the element did not exist when you assigned the click
> handler. Have a look at the liveQuery plugin [1] or otherwise make
> sure that any newly-created elements are given notice of how the're
> supposed to act when you introduce them to the document.
>
> [1]http://brandonaaron.net/docs/livequery/

Also, more info can be found here:
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F

Reply via email to