The Basics This is a basic tutorial, designed to help you get started using jQuery. If you don’t have a test page setup yet, start by creating a new HTML page with the following contents: <html> <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> // Your code goes here </script> </head> <body> <a href="http://jquery.com/">jQuery</a> </body> </html> Edit the src attribute in the ... Read More »
Tag Archives: Jquery
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Read More »