December 2013
Intermediate to advanced
384 pages
9h 54m
English
jQuery("#myElement") . . . or . . . $("#myElement")
jQuery is accessed using the jQuery object that is defined when the library is loaded. jQuery also provides a shortcut $ character that you can use in the phrases throughout the book. For example, the following two jQuery statements are identical:
jQuery("#myElement") $("#myElement")
Read now
Unlock full access