$(document).ready(function() { $('.setDept').click(function() { $.openEntry('team', $(this).prop('href')); return false; }); });