Possible Duplicate:
Detect element content changes with jQuery
我有一片 wrap。
<div id="placesNewCheckinContainer" style="display:none">
</div>
If at run time any Dom element is inserted/Deleted inside that placesNewCheckinContainer, I want a fire a jQuery function. Help me how to implement this. Thanks