-
Notifications
You must be signed in to change notification settings - Fork 0
Home
timuradilev edited this page Mar 22, 2018
·
2 revisions
Tracking comments methods:
- livequery - not compatible with jQuery 3
- jQuery.initialize tracks only comments inserted into a document.
- Event DOMNodeInserted is depreciated, but working at least in chrome.
Current method: jQuery.initialize + DOMNodeRemoved for the case when comments are removed from a document.