It may come as a bit of surprise to some, but the change event on HTML text
inputs does not actually get triggered when the text changes. It is only
triggers after focus is lost (on the ‘blur’ event). This isn’t always a problem
but it comes up often enough for me to get fed up and create a jQuery plugin
for this.
This is the first real jQuery plugin I’ve really had the need to
write. I’ve generally always found what I’ve needed by googling for it, or at
least found something close enough to be easily modified for my purpose.
If anyone has suggestions for ways to improve this, or sees any pitfalls I’ve
missed let me know, or, you know, just edit the Gist. On the other hand, if
anyone wants to suggest it should be written in javascript you can go take a
long walk of a short pier.