Jquery ajax and returned data interaction
Hi there,
So.. I'm using $.(ajax) method, but when data (<div id="t1">text</div>) is returned jquery will not interact with it. for example, use click event when someone click on this div which returned using ajax. thanks.