jquery Programming Glossary: originalcontent
Create a jQuery special event for content changed http://stackoverflow.com/questions/1449666/create-a-jquery-special-event-for-content-changed function var interval jQuery.event.special.contentchange setup function data namespaces var this this var originalContent this.text interval setInterval function if originalContent this.text console.log 'content changed' originalContent this.text.. setup function data namespaces var this this var originalContent this.text interval setInterval function if originalContent this.text console.log 'content changed' originalContent this.text jQuery.event.special.contentchange.handler 500 teardown.. originalContent this.text interval setInterval function if originalContent this.text console.log 'content changed' originalContent this.text jQuery.event.special.contentchange.handler 500 teardown function namespaces clearInterval interval handler..
|