jquery/src/intro.js

22 lines
542 B
JavaScript
Raw Permalink Normal View History

/*!
* jQuery JavaScript Library v@VERSION
* http://jquery.com/
*
2011-01-24 22:45:29 +01:00
* Copyright 2011, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
2010-01-25 15:31:40 +01:00
* http://jquery.org/license
*
* Includes Sizzle.js
* http://sizzlejs.com/
2011-01-24 22:45:29 +01:00
* Copyright 2011, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses.
*
* Date: @DATE
*/
(function( window, undefined ) {
2009-01-05 13:09:04 +01:00
2010-09-22 14:08:45 +02:00
// Use the correct document accordingly with window argument (sandbox)
var document = window.document,
navigator = window.navigator,
location = window.location;