cowboy / jquery-dotimeout

jQuery doTimeout: Like setTimeout, but better!
http://benalman.com/projects/jquery-dotimeout-plugin/
GNU General Public License v2.0
273 stars 34 forks source link

Does not work on on change #7

Open marcusorjames opened 6 years ago

marcusorjames commented 6 years ago

I'm trying to debounce a number field but with the on change event it just doesn't work. You can get round this by using on mouseup, keyup, but then when you select what's in the input box it then triggers which I don't want.

Example of it not working here: https://jsfiddle.net/xpvt214o/320184/

When you keep clicking up for example it just submits after the first change and doesn't cancel each time you click