I have this code, but I would like #navBar
to suffer fadeOut, #menuBt
and #hi
to be always visible, is it possible?
HTML:
<div id="navBar">
<div id="hi"></div>
<div id="menuBt"><h3>menu</h3></div>
</div>
jQuery:
$('#navBar').stop().fadeOut(500);