SyntaxFix
Write A Post
Hire A Developer
Questions
The 'change' event doesn't work correctly, but the 'input' is perfect.
$('#your_textbox').bind('input', function() { /* This will be fired every time, when textbox's value changes. */ } );