jquery - How to make a div visible via fadeIn() function -
i've got div in display:none, this:
<div id="mydiv" style="display:none">my text</div>
i want div appears used:
$("#mydiv").fadein();
but not work... div remain @ display:none...
thanks help.
works now... juste quote error... don't blame me :) help guys
hide element in jquery with
$('#mydiv').hide();
than fadein , should work (should work display:none)
otherwise show me code --> http://jsfiddle.net/genesis/7ndpj/
jquery fadein
No comments:
Post a Comment