Hi,

One year since I discovered jQuery, it's quite the time to use it.
So... Let's go...
I'm in trouble with a little ajax i'm trying to set up.

How to apply an event handler on ajax loaded content ?

In my case, I've got a link which load a form in a div with $.get().
In the success callback, I apply an ajaxSubmit() action on
form.submit().
On ajaxSubmit() success, response is parsed and form's div content is
replaced by the response.
The response can handle form. So, when I submit this new form, there's
no ajaxSubmit() applied, too bad.

I repeat my question : How to apply an event handler on ajax loaded
content ?

Best regards.

Reply via email to