Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery on multiple events

$('.classElement').on('focusout change', function(e) {
    // Your code
});
 
PREVIOUS NEXT
Tagged: #jquery #multiple #events
ADD COMMENT
Topic
Name
1+9 =