I need to make an event listener for a select tag. It should be triggered any time the element becomes disabled or enabled.
select
disabled
enabled
Is
It is possible using this jquery .watch plugin.
.watch
http://darcyclarke.me/development/detect-attribute-changes-with-jquery/
The plugin detects for css changes, but i edited it in this JSfiddle to work for attributes.
Check out this JSfiddle.