/jquery.attribute-watch.js

jQuery plugin which mimics the DOMAttrModified event across all browsers

Primary LanguageJavaScript

jquery.attribute-watch.js - jQuery Attribute Watch Plugin

Using this small plugin you can observe any DOM element attribute and/or its CSS properties. Yes, we definitely need to use Mutation Observers, but current situation with its implementation in scope of Internet Explorer causes the solutions like this plugin

Initial idea and implementation inspired by Darcy Clarke plugin approach

##Requirements jQuery 1.* (it is always recommended to use the latest version of jQuery)

##Desktop Browser Support TBD