Feb
12
12
To get and install jQuery – Dreamweaver CS4 – Part2
Posted by Garuna on February 12, 20101. To get and install jQuery â€" Dreamweaver CS4 – Part1
http://www.garunawebdesigner.com/?p=10893
Running Code – jQuery
2. To run code when the page is ready
Use this Syntax
(*between <head></head>*)
$(document).ready(function( ) {
…
});or (shorthand)
$(function( ) {
…
});

Posted under JQuery 1.4.1




