How to bind events to HTML injected from AJAX requests

前端 未结 4 858
逝去的感伤
逝去的感伤 2021-01-14 20:48

So I am injecting html via an AJAX request:

Ajax Response

  
HTML from AJAX request
4条回答
  •  孤街浪徒
    2021-01-14 21:16

    Do the binding in the success callback of your ajax call, after you ahve inserted the html into the DOM.

提交回复
热议问题