Modified: jquery/jquery.extlink.html
===================================================================
--- jquery/jquery.extlink.html 2007-04-01 09:09:17 UTC (rev 20)
+++ jquery/jquery.extlink.html 2007-04-01 09:10:01 UTC (rev 21)
@@ -6,6 +6,11 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="http://jquery.com/src/jquery-latest.pack.js"></script>
<script type="text/javascript" src="jquery.extlink.js"></script>
+ <script type="text/javascript">
+ $(document).ready(function () {
+ $(this).extlink("grey");
+ });
+ </script>
</head>
<body>
<h1>jQuery External Link Annotation Plugin Demo</h1>
@@ -16,7 +21,5 @@
<a href="foo.html">foo.html</a>
<a href="http:bar.html">http:bar.html</a>
<a href="http://www.example.com/">http://www.example.com</a>
-
- </script>
</body>
</html>