How to start jquery? Where do i have to write the jquery, what is the first line of jquery?
$(document).ready(function(){
/* you can start writing code in here.. */
});The above script runs once DOM Loaded, even of some of the images are still download.
DOM is the nothing but structure of html includes div, table elements with out asset