aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* README: Add jQuery environment notesTimmy Willison2014-01-061-0/+7
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-037-225/+563
* Update grunt-bowercopy to 0.5.0Timmy Willison2013-12-311-1/+1
* Doc: Update links and simplify build instructionsOleg2013-12-311-6/+6
* traversing: Optimise .add by not using makeArrayTimo Tijhof2013-12-302-33/+116
* Release script: _tracMilestone -> tracMilestoneTimmy Willison2013-12-211-1/+1
* exports/global: Do not attach global variables for most CommonJS environmentsTimmy Willison2013-12-202-5/+8
* Gruntfile: fix watch taskTimmy Willison2013-12-201-1/+1
* Release script: minor formatting issue.Timmy Willison2013-12-201-1/+1
* Release script: jquery-release integrationTimmy Willison2013-12-202-385/+148
* Remove hyphen from pre versionsTimmy Willison2013-12-202-2/+2
* Update AUTHORS.txt using git log --format="%aN <%aE>"Timmy Willison2013-12-201-14/+44
* Selector: update SizzleRichard Gibson2013-12-205-16/+22
* Build: add build option for setting the AMD name.Timmy Willison2013-12-192-5/+28
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-195-24/+41
* Use the exact versions dependenciesOleg2013-12-191-15/+17
* Offset: Fix comment typo, thanks @AurelioDeRosaDave Methvin2013-12-181-1/+1
* Readme: Fix typo, thanks @tcortDave Methvin2013-12-181-1/+1
* Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasksMichał Gołębiowski2013-12-182-16/+7
* Build: Use absolute paths in .gitignore and .npmignore.Michał Gołębiowski2013-12-182-9/+11
* Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31Michał Gołębiowski2013-12-181-4/+11
* CONTRIBUTING: Fixed link to style guideScott González2013-12-171-1/+1
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-0625-50/+17955
* Fix #14579: attribute selectors with trailing spaces after an unquoted valueRichard Gibson2013-11-271-1/+1
* Ajax: Use weak ETag header in testsCorey Frang2013-11-261-2/+5
* Add unit tests for .html( number ). Close gh-1447.Jakob Stoeck2013-11-261-3/+6
* Fixes #14535: update Sizzle to 1.10.13Timmy Willison2013-11-261-1/+1
* Change window to global in the most outer IIFE parameters. (cherry-picked fro...Michał Gołębiowski2013-11-171-6/+6
* Fixes #14549. Execute the factory immediately when CommonJS is used in the br...Timmy Willison2013-11-151-10/+14
* Fixes #14548. Add main property to package.jsonTimmy Willison2013-11-151-0/+1
* Updating the source version to 1.11.0-pre✓™Dave Methvin2013-11-152-2/+2
* Updating version to 1.11.0-beta2.Dave Methvin2013-11-152-2/+2
* Release script: Add dist files in multiple commits for a clean final commit w...Timmy Willison2013-11-151-3/+15
* Release script: Add .npmignore and keep .gitignore when creating the tagTimmy Willison2013-11-152-20/+14
* Keep bower_components in .gitignore. (cherry-picked from 21c218eabb933095d933...Michał Gołębiowski2013-11-151-0/+1
* Release script: create tag after building CDN filesTimmy Willison2013-11-151-5/+6
* Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting.Michał Gołębiowski2013-11-153-2/+3
* Ref 27b22f4e: Remove oldIE-unfriendly trailing commaRichard Gibson2013-11-151-1/+1
* Ref 27b22f4e: Don't try to outsmart ApacheRichard Gibson2013-11-141-1/+3
* Fix #14503: Cast to string before setting XHR header. Close gh-1427.hongymagic2013-11-143-7/+28
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-142-2/+15
* Fix #14475. Use IE11-friendly detect for proper XHR object.Dave Methvin2013-11-141-7/+3
* Update sizzle location in release scriptTimmy Willison2013-11-141-1/+1
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-1412-44/+59
* Update Sizzle: remove the use of version rangesTimmy Willison2013-11-141-2/+2
* Modify release script to create a headless tag for bower and publish to NPMTimmy Willison2013-11-131-54/+162
* Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340.njhamann2013-11-132-1/+2
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-123-7/+67
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-123-29/+102
* No ticket. Remove version sniffing from test/unit/support.js, browsers got up...Michał Gołębiowski2013-11-111-5/+3