jquery教程 $("p").hide()

      <html> <head> <script type="text/javascript" src="/jquery/jquery.js"></script> <script type="text/javascript"> $(document).ready( function(){   $("button").click( function(){   $(this).hide(); }
相关文章
相关标签/搜索