Introduction to jQuery
Tue, Feb 15, 2011
Objective
Use the jQuery document ready function to have an alert box popup a message after the page load
Agenda
Open your "javascript-alert.html" file and save it as "jquery.html"
Follow the video tutorial to learn how to link the jQuery library
Add the jQuery document ready function from the video to your code
Test to make sure that your message displays after the page is finished loading
Rubric
| 5 | New file named correctly |
| 3 | Link to the jQuery library |
| 2 | Get the document ready function to work |


