$(function(){ $('.button-box').click(function(){ alert(1); }) }) function fn(x){ return x+10; }