Response title
This is preview!
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>jQuery Tutorial1</title>
- </head>
- <body>
- <a href="">Hello</a>
- <script language="javascript" src="../Scripts/jquery-1.6.1.min.js" type="text/javascript" />
- <script language="javascript" type="text/javascript">
- $(document).ready(function () {
- $("a").click(function () {
- alert("Hello world");
- });
- });
- </script>
- </body>
- </html>
© 2013 jQuery Foundation
Sponsored by and others.