So I am injecting html via an AJAX request:
html
Ajax Response
HTML from AJAX request
Do the binding in the success callback of your ajax call, after you ahve inserted the html into the DOM.