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:
“You have got to prepare for a lifetime of the pillory, for whatever you do will be seen as wrong by total strangers, up until and including the time when whatever your child does will be seen as wrong by total strangers.”
—Sonia Taitz (20th century)
“It is hard, I submit, to loathe bloodshed, including war, more than I do, but it is still harder to exceed my loathing of the very nature of totalitarian states in which massacre is only an administrative detail.”
—Vladimir Nabokov (18991977)
“A mans library is a sort of harem.”
—Ralph Waldo Emerson (18031882)