AJ wrote:
By coincidence, I was about to post a very similar issue today. It
seems that any time I include content via ajax, and that content also
needs to use jQuery functions from the containing page, the content
included via ajax seems to "lose" the functions.

I've tried and tried to find fixes for this, to no avail. And it seems
to happen all the time. Is this always a binding issue?

Yes. Event handlers are not lost, they're just not there, because the content that gets loaded and inserted into the document wasn't there when these handlers were attached the first time.

Brandon is working on a behavior plugin, that takes care of that and will bind handlers automatically.


--Klaus

Reply via email to