(function($) { $(document).ready(function() { $('._expandable_site_item').click(function() { alert('expand'); }); }); })(jQuery)