I recently came across a jQuery plugin that claims to emulate the functionality of Object.prototype.watch, a method inherent in all objects that enables you to watch for a property change and run a function upon that change. Of course, this isnât available in all implementations. IE, for example, doesnât support this but has a DOM equivalent, onPropertyChange. Both methods are useful but their sli
{{#tags}}- {{label}}
{{/tags}}