Blog

jQuery Ready Event
Posted on November 21, 2011 in jQuery by Matt Jennings

The code below runs the jQuery inside the script tags AFTER the DOM is run:

$(document).ready(function(){
	// Your code here
});
Tags:

Leave a Reply

To Top ↑