SyntaxFix
Write A Post
Hire A Developer
Questions
you can bind to multiple events by separating them with a space:
$(":input").on("keyup change", function(e) { // do stuff! })
docs here.
hope that helps. cheers!