Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: combine intro and outro | Timmy Willison | 2016-03-09 | 1 | -44/+0 |
| | | | | | Fixes gh-2975 Close gh-2976 | ||||
* | Docs: Updated links to https where they are supported. | Jon Dufresne | 2016-01-13 | 1 | -3/+3 |
| | | | | Close gh-2746 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-03 | 1 | -1/+1 |
| | | | | Closes gh-1983 | ||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -8/+8 |
| | | | | Closes gh-1577 | ||||
* | Intro: Pass window to intro if available, for browserify | Forbes Lindesay | 2014-01-09 | 1 | -2/+2 |
| | | | | Closes gh-1476 | ||||
* | Build: Happy New Year! Thanks @marlonlandaverde | Dave Methvin | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | exports/global: Do not attach global variables for most CommonJS environments | Timmy Willison | 2013-12-20 | 1 | -2/+2 |
| | | | | | | | For CommonJS environments where the global already has a document, it is expected that if a global is needed, the user can attach the global. Fixes #14645. | ||||
* | Change window to global in the most outer IIFE parameters. | Michał Gołębiowski | 2013-11-17 | 1 | -5/+5 |
| | | | | | | | In the most outer IIFE it’s not yet known if the global is window or not. Using the window variable to denote the global was misleading in that case, especially that the code didn’t make such assumption, requiring to provide a Web-like window separately. Renaming window to global clears the confusion. | ||||
* | Fixes #14549. Execute the factory immediately when CommonJS is used in the ↵ | Timmy Willison | 2013-11-15 | 1 | -10/+14 |
| | | | | browser. | ||||
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 1 | -2/+2 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -15/+1 |
| | |||||
* | Remove `undefined` var declarations | Timmy Willison | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Support CommonJS environments by accentuating the need for a window with a ↵ | Timmy Willison | 2013-07-04 | 1 | -1/+35 |
| | | | | document. Fixes #13768. | ||||
* | Fix #13335. Remove "use strict". | Dave Methvin | 2013-02-01 | 1 | -1/+6 |
| | |||||
* | Update copyrights used in file headers. | Dave Methvin | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Happy New Year! It's 2013. | Dave Methvin | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | adds strict rule to jshint options (except for test files). "use strict" is ↵ | jaubourg | 2012-10-18 | 1 | -0/+1 |
| | | | | added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced. | ||||
* | Finish the license changes, including Sizzle. | Dave Methvin | 2012-08-09 | 1 | -6/+4 |
| | |||||
* | Update copyright to jQuery Foundation. | Dave Methvin | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | Update copyright years for jQuery and Sizzle | timmywil | 2012-06-26 | 1 | -2/+2 |
| | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -5/+0 |
| | |||||
* | Cache references to navigator and location. Fixes #6690. | John Resig | 2011-04-16 | 1 | -1/+3 |
| | |||||
* | Updating the year in the header. | jeresig | 2011-01-24 | 1 | -2/+2 |
| | |||||
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -1/+1 |
| | |||||
* | Re-work the document scoping. | jeresig | 2010-09-22 | 1 | -0/+2 |
| | |||||
* | Update the license URL in the header. | jeresig | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Update the copyright from 2009 to 2010. | John Resig | 2010-01-03 | 1 | -2/+2 |
| | |||||
* | Made a number of spacing changes to bring the code more-inline with the ↵ | jeresig | 2009-12-21 | 1 | -1/+1 |
| | | | | jQuery Core Style Guideline. | ||||
* | Switched from using YUI Compressor to Google Compiler. Minified and Gzipped ↵ | jeresig | 2009-12-18 | 1 | -1/+6 |
| | | | | filesize reduced to 22,839 bytes from 26,169 bytes (13% decrease in filesize). Sizzle copyright was merged into the main header (since it's removed automatically). Still passes all unit tests. | ||||
* | Made the licensing verbiage a little more explicit. Thanks to Dan Montgomery ↵ | John Resig | 2009-12-09 | 1 | -1/+1 |
| | | | | for the suggestion. | ||||
* | Removed the revision info and fixed the date pull to work against git log ↵ | John Resig | 2009-10-23 | 1 | -1/+0 |
| | | | | instead of SVN. | ||||
* | Did some light reordering of the jQuery definition. Moved window and ↵ | John Resig | 2009-05-20 | 1 | -1/+1 |
| | | | | undefined to exist in intro/outro. | ||||
* | jquery intro: looks nicer when built | Ariel Flesler | 2009-01-05 | 1 | -0/+1 |
| | |||||
* | Moved the copyright to the intro file, added a ! so that it passes through ↵ | John Resig | 2009-01-04 | 1 | -0/+11 |
| | | | | YUIMin untouched, and changed the Date and Revision so that they're now generated automatically based upon all of jQuery rather than just the core file. | ||||
* | Only bind .ready() once per instance of jQuery - and only bind if the ↵ | John Resig | 2007-08-22 | 1 | -2/+1 |
| | | | | ready() method is actually called (nothing is bound if window/load is used). | ||||
* | You can now assign jQuery to random namespaces - very cool. (Bug #1393) | John Resig | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Fix for a selector speed regression (calling a simple selector many times ↵ | John Resig | 2007-08-21 | 1 | -1/+1 |
| | | | | | | | | | | resulted in a significant speed down). This has been fixed by breaking the RegExps out into the global scope. This required that a closure be implemented around the full jQuery script (which is now the case). Some simple changes were made in addition to the RegExp one, allowing for some greater flexibility on our part - and hopefully better compression. Speed results: http://dev.jquery.com/~john/ticket/1351/ vs. http://dev.jquery.com/~john/ticket/1351/113.html vs. http://dev.jquery.com/~john/ticket/1351/112.html | ||||
* | Fix for bug #983 (Packed jQuery doesn't have a license at the top of the file.) | John Resig | 2007-05-20 | 1 | -1/+1 |
| | |||||
* | typo | Jörn Zaefferer | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed a bunch of endline issues.1.0.2 | John Resig | 2006-10-10 | 1 | -2/+2 |
| | |||||
* | Fixed bug #147, required some (ugly) modifications: changed function ↵ | Jörn Zaefferer | 2006-09-15 | 1 | -0/+2 |
jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... } |