$(document).ready(function(){ $(".archive_title a").click(function(){ $(this).parent().next().toggle(); return false; }); });