var obg1 ={ t_add: function(){ $(this).trigger('t_adds'); } } $(obg1).bind("t_adds", function(){ console.log('asd'); }); obg1.t_add()