fadeout
?? ['fe?d'a?t] ?? ['fe?d'a?t]
n.
jquery fadeOut() ??? ???
??: fadeOut() ???? ??? ??? ?? ?? ????? ??? ???? ??? ??? ????.
??: ??$(selector).fadeOut(speed,callback)
????:
???? | Description |
speed | ?? ?????. ??? ???? ???? ???? ??? ?????. ???? "??"???. ??? ?: ???(?: 1500) "??" "??" "??" ??? ??? ? ??? ???? ???? ????? ???? ?? ?????(?? ?? ??? ?? ??? ???). |
?? | ????. fadeOut ??? ??? ? ??? ?????. ??? ?? ??? ????? jQuery ?? ?? ?????. ?? ????? ???? ??? ? ????? ??? ? ????. |
??: ??? ??? ?? ?? ??? ???? ??? ??? ??? ??? ???? ????.
jquery fadeOut() ??? ?
<html> <head> <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".btn1").click(function(){ $("p").fadeOut() }); $(".btn2").click(function(){ $("p").fadeIn(); }); }); </script> </head> <body> <p>This is a paragraph.</p> <button class="btn1">Hide</button> <button class="btn2">Show</button> </body> </html>
??? ????? ??? "???? ??" ??? ?????