$(document).ready(function(){              

$("a[href='#']").click(function(){      
$(this).next().toggle();
return false;
}); 

}); 
