I am writing a page which uses a lot of in situ editing and updating using jQuery for AJAX.
I have come accross a problem which can best be summarized by the workfl
you can use live() that binds a function to all elements matching your selection, even those created in the future: http://api.jquery.com/live/