Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery bind function to multiple events

$('#element').on('keyup keypress blur change', function(e) {
    // e.type is the type of event fired
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #bind #function #multiple #events
ADD COMMENT
Topic
Name
9+2 =