0
I have this code, but I’d like the #navBar
suffer the fadeOut, #menuBt
and #hi
were always visible, it is possible?
HTML:
<div id="navBar">
<div id="hi"></div>
<div id="menuBt"><h3>menu</h3></div>
</div>
jQuery:
$('#navBar').stop().fadeOut(500);
I think I’m just taking it out of the
#navBar
.– Franchesco
http://meta.pt.stackoverflow.com/questions/297/quando-se-deve-colocar-o-nome-da-linguagem-no-t%c3%adtulo/1911#1911
– Maniero