if you don't mind about bubbling, you can simply attach and fire the event. If you want it to bubble however, there isn't a simple way of doing this cross-browser IMO. for non-ie browser, you can use this: https://developer.mozilla.org/en/DOM/event.initEvent
On Fri, Feb 4, 2011 at 9:24 AM, Maxim Lacrima <[email protected]>wrote: > Hi! > > I want to perform some action when some property of an element is > changed. For example, if class name of some div element is changed I > want to be able to catch this "on property change event" and perform > some action. Is there any approach to do this? > > Thanks in advance. > > -- > with regards, > Maxim > -- Arieh Glazer אריה גלזר 052-5348-561 http://www.arieh.co.il http://www.link-wd.co.il
