Monitor / check ajax update of content using Javascript

Ytmfslppgloma

New Member
One of my scenario I want to capture text which will be updated on website through AJAX.I want to get text using JavaScript by monitoring any change on web page. Text change may occur at any place on web and position can not be confirmed before hand.I don't want to handle it in readyState with value 4.Is there any way to do this?
 
Top