javascript - jQuery input function not always firing -
I am using .on ('input', function (e) {...}) ;
to see when the text has changed in textfield input. Although it does not always work, sometimes when I write something, no warning box is visible.
When the page is fresh and tested, sometimes it works most of the time, but not 100%.
I tried to try one of you under the outer retrix, and you can see that I am using an abstract because I also use an external .js file on my site.
Here's an example of not working, refresh button
I am using Google Chrome 32.0.1700.107 on OS X 10.9.1
Comments
Post a Comment