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:

    A creative writer must study carefully the works of his rivals, including the Almighty. He must possess the inborn capacity not only of recombining but of re-creating the given world. In order to do this adequately, avoiding duplication of labor, the artist should know the given world.
    Vladimir Nabokov (1899–1977)

    The pressures of being a parent are equal to any pressure on earth. To be a conscious parent, and really look to that little being’s mental and physical health, is a responsibility which most of us, including me, avoid most of the time because it’s too hard.
    John Lennon (1940–1980)

    With sighs more lunar than bronchial,
    Howbeit eluding fallopian diagnosis,
    She simpers into the tribal library and reads
    That Keats died of tuberculosis . . .
    Allen Tate (1899–1979)