(function($) { $(document).ready(function() { $('._expand_site_item').click(function() { $(this).next('tr').toggle(); return false; }); }); })(jQuery)