diff --git a/jquery.typewatch.js b/jquery.typewatch.js index 3ac1358..5e5952d 100644 --- a/jquery.typewatch.js +++ b/jquery.typewatch.js @@ -92,7 +92,7 @@ timer.timer = setTimeout(timerCallbackFx, timerWait); }; - jQuery(elem).on('keydown paste cut input', startWatch); + jQuery(elem).bind('keydown.typewatch paste.typewatch cut.typewatch input.typewatch',startWatch); } };