How to bind Events on Ajax loaded Content?
问题 I have a link, myLink , that should insert AJAX-loaded content into a div (appendedContainer) of my HTML page. The problem is that the click event I have bound with jQuery is not being executed on the newly loaded content which is inserted into the appendedContainer. The click event is bound on DOM elements that are not loaded with my AJAX function. What do I have to change, such that the event will be bound? My HTML: <a class=\"LoadFromAjax\" href=\"someurl\">Load Ajax</a> <div class=\