How to Catch when new element added to DOM without DOMNodeInserted Function ?

How to Catch when new element added to DOM without DOMNodeInserted Function ?

Hi Guys,

I am tring to acces new elements when  new element added to DOM...

I use that $ ( document ). bind ( 'DOMNodeInserted' , function (e) { " codes...


when I use DOMNodeInserted ... every action working as much as how many element appeared 

so that is not true way to catch new elements..  Could u tell me another way for that please ?


Thanks...