$(function() { var handler = function() { ... }; $('#block-new1').click(handler); ... $('#block-new2').click(handler); });