... js"></script> <script> $(document).ready(function(){ $("#h1").mouseleave(function(){ $( "div" ).text( "Mouse is leaving heading" ).show().fadeOut( 2000 ) ...
確定! 回上一頁