jQuery & CSS - Remove/Add display:none - Stack Overflow
I have a div with this class : .news{ width:710px; float:left; border-bottom:1px #000000 solid; font-weight:bold; display:none; } And I'd like with some jQuery methods remove that ... If you have a lot of elements you would like to .hide() or .show(), you...