SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to use the same function on different events the following code block can be used
$('input').on('keyup blur focus', function () { //function block })