[EMAIL PROTECTED] wrote:
> Thank you for showing me the correct way to do that?
>
> My next question really is, why after the user clicks on my div, does
> the content reload from creator.pl does jQuery stop watching the
> pixels inside #results. It doesnt do my hover effect and you cannot
> click on any of the divs to re-send creator.
>   

This is a common problem with Ajax loaded content. There are two routes 
you could take; 1) Re-bind the event handlers or 2) Event delegation.

There is an excellent plugin called livequery [1] which automatically 
does the re-binding for you. I think this will save you some stress :)

[1] http://brandonaaron.net/docs/livequery/

Reply via email to