Skip to content

Instantly share code, notes, and snippets.

View joemccann's full-sized avatar
🕶️
Hit me with those laser beams.

Joe McCann joemccann

🕶️
Hit me with those laser beams.
View GitHub Profile
(function ($) {
$.event.special.textchange = {
setup: function (data, namespaces) {
$(this).bind('keyup', $.event.special.textchange.handler);
$(this).bind('cut paste input', $.event.special.textchange.delayedHandler);
},
teardown: function (namespaces) {