$("a#show_sl2").click(function() { test (1,2,3); }); function test(a,b,c) { alert('a='+a+', '+'b='+b+', '+'c='+c); };