Re: Detecting DOM changes
- From: clay.stevens@xxxxxxxxx
- Date: Wed, 01 Aug 2007 16:53:15 -0000
On Jul 9, 10:10 pm, nmoinvaz...@xxxxxxxxx wrote:
Are there any events or interfaces that would allow me to see the
changes that are taking place in the DOM before they actually occur.
For example, a javascript might create a dynamic element on the page
at any given time while the page is being loaded or even after it has
fired it's final document complete event. I want to know if there is
any function that would allow me to make modifications or elements
before they are added OR detect when the DOM has been changed.
I've been looking into the same thing for a while now, and after
stepping through a few options, it appears that the onpropertychange
event fires on an element when its innerHTML property changes, which
happens when new elements have been added or removed inside it.
elements have been added or removed, not before (which is causing usFrom what I can tell, though, this will only happen *after* the
some trouble when it comes to freeing pointers).
I hope that helps!
cstevens
.
- Follow-Ups:
- Re: Detecting DOM changes
- From: Nate
- Re: Detecting DOM changes
- Prev by Date: Howto enable Java (Sun JRE) in custom browser?
- Next by Date: Re: How to save current page to file?
- Previous by thread: Howto enable Java (Sun JRE) in custom browser?
- Next by thread: Re: Detecting DOM changes
- Index(es):
Relevant Pages
|
|