fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"> </script> <script> $(document).ready(function(){ $("a").click(function(event){ event.preventDefault(); }); }); </script> </head> <body> <a href="http://fmpq.com/">Go to fmpq.com</a> <p>The preventDefault() method will prevent the link above from following the URL.</p> </body> </html>
运行结果