标签:消失 click javascrip cli code src query text 学习
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> <script type="text/javascript" > $(document).ready(function(){ $("p").click(function(){ $(this).hide(); }); }); </script> </head> <body> <p>点击消失</p> </body> </html>
标签:消失 click javascrip cli code src query text 学习
原文地址:http://www.cnblogs.com/tiandsp/p/7467817.html