Hi,

When <div id="MyResult"></div> changes with a AJAX response I would
like to fire a alert. What am I doing wrong?


$(document).ready(function() {

 $("#MyResult").change(function (){
    alert('hi');
 });

 });

Reply via email to