JQuery - Including The Library

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.

$(document).ready(function { // script goes here });

or the shortcut

$(function { // script goes here });

Read more about this topic:  JQuery

Famous quotes containing the words including the, including and/or library:

    And so the reliance on Property, including the reliance on governments which protect it, is the want of self-reliance.
    Ralph Waldo Emerson (1803–1882)

    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 (1899–1977)

    I view askance a book that remains undisturbed for a year. Oughtn’t it to have a ticket of leave? I think I may safely say no book in my library remains unopened a year at a time, except my own works and Tennyson’s.
    Carolyn Wells (1862–1942)