tsinclai2002

JQuery Demo Example

Jan 6th, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.26 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <title>Demo</title>
  6. </head>
  7. <body>
  8.     <a href="http://jquery.com/">jQuery</a>
  9.     <script src="jquery.js"></script>
  10.     <script>
  11.  
  12.     // Your code goes here.
  13.  
  14.     </script>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment