Installing and Using jQuery - jQuery Tutorials for Beginners
Description: Source code here: jquerytutorialsforbeginners.com [0:37] Folder structure I use for the demo [1:00] Opening index.html in a text editor (I use TextWrangler. If you're on Windows, try Notepad++) [1:37] Downloading jQuery, and the difference between production and development versions [3:05] Calling the jQuery core file from index.html [4:49] Writing a simple alert to confirm jQuery is working [5:55] Fixing an error, and getting the alert working [6:39] (document).ready alternatives [7:10] When to use (window).load [8:36] Using a jQuery CDN to host your core file (info and how-to on jquerycdn.net) [9 How to comment out a line of jQuery code