Skip to content

meetselva/attrchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

attrchange

attrchange is a simple jQuery function to bind a listener function to any HTML element on attribute change.

DEMOS & DOCUMENTATION:

http://meetselva.github.com/attrchange/

Reference:

Browser Support Information:

DOMAttrModified - Supported in IE 9, FF and Opera

MutationObservers - is very new and it is supported in FF and Chrome 18.

onpropertychange - Only in IE