$(document).on({ event1: (function(e, data) { //function 1 }).bind($('#object')), event2: (function(e, data) { //function 2 }).bind($('#object')) });