Does anybody know how to bind event handler to element if this element was uploaded with ajax? I have js file which is included into page header. Body of the page updated by ajax. I have tried live() and bind() methods.
Does anybody know how to bind event handler to element if this element was
Share
You need to use the
on..Docs: http://api.jquery.com/on/