function customFunction(e){ alert(e); }; $('div').click(function(){ var x = '123' custumFunction(x); });