Thanks for the response Jesse. Yes.I think it is. My page starts with a search option and an empty list...I do a search and render the result using PartialFor (a list of divs with ids corresponding of the ids of the objects'result query). Each generated div include an AjaxDirectLink to show aditional info for the element.
The firefox dom inspector correctly shows the generated divs and ids, no matter how many times i perform the search. I think that means the dom objects already exists in the page by that time. Can i do this?
