So I am injecting html via an AJAX request:
html
Ajax Response
HTML from AJAX request
Use the on method to make it live.
on
$(function(){ $("#my-element").on("click",function() { alert("hit"); }); });