See a working example: http://www.jsfiddle.net/ZXrC6/
On 2010-08-13, at 21:51, [email protected] wrote: > hi, i have some problems working with the ajax-response. i'm sending > some Request.HTML and gettin the response. the response is made from a > php à la : <div class="task" id="xx"> some other html </div>. now i > want to add some events on this div on the onSuccess()-method, but > neither through responseTree, responseElements or responseHTML i can > acces the div. > > i tried: $(responseHTML), $(responseElements), $ > (response).getElements('.task'), everything didn't workö > > have you some idea? how can i access it? > > thank you very much, i hope this is everything you need, i can post > further details if you need. > –penter
