Including The Library
The jQuery library is a single JavaScript file, containing all of its common DOM, event, effects, and Ajax functions. It can be included within a web page by linking to a local copy, or to one of the many copies available from public servers. jQuery has a CDN sponsored by Media Temple (previously at Amazon). Google and Microsoft host it as well.
The most popular and basic way to introduce a jQuery function is to use the .ready function.
or the shortcut
$(function { // script goes here });Read more about this topic: JQuery
Famous quotes containing the words including the, including and/or library:
“In a democracy everybody has a right to be represented, including the jerks.”
—Chris Patten (b. 1944)
“In a democracy everybody has a right to be represented, including the jerks.”
—Chris Patten (b. 1944)
“That a famous library has been cursed by a woman is a matter of complete indifference to a famous library. Venerable and calm, with all its treasures safe locked within its breast, it sleeps complacently and will, so far as I am concerned, so sleep forever. Never will I wake these echoes, never will I ask for that hospitality again ...”
—Virginia Woolf (18821941)