How jQuery Works

link jQuery: The BasicsThis 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 the following HTML page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <!doctype html><html><head> <meta charset=”utf-8″> <title>Demo</title></head><body> <a href=”http://jquery.com/”>jQuery</a> … Continue reading How jQuery Works