$(document).ready(function() {
alert("Welcome to jQuery!");
});
The “$” is the “Access jQuery” Function Name
We will be working on the entire DOM document object
jQuery's onload function - ready
Most jQuery code will start with the $. Remember the functions are not pre-written jQuery functions you need to learn in order to use