1. 使用jquery
到jquery.com下载jquery.js当前版本是1.4.2
新建一个html页面
<script type="text/javascript"><BR> <SPAN style="COLOR: #ff0000"> $(document).ready(function(){<BR><SPAN style="COLOR: #ff0000"> $("a").click(function(event){<BR><SPAN style="COLOR: #ff0000"> alert("As you can see, the link no longer took you to jquery.com");<BR><SPAN style="COLOR: #ff0000"> event.preventDefault();<BR><SPAN style="COLOR: #ff0000"> });<BR><SPAN style="COLOR: #ff0000"> });<BR> <BR> </script><br><br><br> <a href="<A%20class=" external free>http://jquery.com/</a>">jQuery<br><br> <br>