html
<div id="observe"></div>
<small id="result"></small>
I am dynamically adding data in div#observe with django and ajax and i want that if innerHtml of div#observe change anyhow, then set InnerHtml of small#result to "changed"
using Jquery..