// On element change. $('mydiv').bind('DOMSubtreeModified', function () { console.log('changed'); });