I have a div with this class :
.news{ width:710px; float:left; border-bottom:1px #000000 solid; font-weight:bold; display:none; }
Use toggle to show and hide.
$('#mydiv').toggle()