jquery - is it possible to set a "watch" on an HTML element such that it hits a javascript debugger breakpoint when the HTML element changes? -


is possible set "listener" of sort on html element such when element changed (perhaps javascript / jquery) javascript debugger breaks on line of code changed it?

when web page loads see list of "li" list item of text. text legible,however, @ point there javascript/ jquery code changes list items scrunch no longer making easy read.

is possible sort of "guard" these list items or make them read-only tries change them throws exception?

in chrome, can inspecting element, , in elements view, right click dom node want break on , select desired behavior "break on" menu.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -