aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove an unused support check, correct a comment. Close gh-1212.Michał Gołębiowski2013-04-032-2/+1
|
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-0313-31/+38
|
* Ref #13353: capture onlyHandlers in jQuery.Event.isTrigger. Close gh-1183.Richard Gibson2013-04-032-15/+37
|
* Remove the define.amd.jQuery check, close gh-1150.jrburke2013-04-033-19/+21
| | | | | | | Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3 Conflicts: src/exports.js
* No ticket: fix build date formattingRichard Gibson2013-04-011-7/+1
| | | | (cherry picked from commit 5b59a63b2b9247b326c654ca941a1dfe77914024)
* No ticker: grunt_compare_size options. Close gh-1210.Tom Fuertes2013-03-262-1/+11
| | | | (cherry picked from commit 1f530e286755416369f4452d20f5ab6bb175451d)
* No ticket: Grunt changes from 2.0 selector-nativeDave Methvin2013-03-253-59/+49
| | | | (cherry picked from commits 1083f82d1ee0c8f15a66be15e6184294a69d4420 8be9cd1ce71de8affa32a85b596c1bfed2e714a6 054c6946d4f86e4ba5ce6284554c8cacd7498e93)
* Use semver versions for our in-between versions as well. Also update Sizzle.Timmy Willison2013-03-232-1/+1
| | | | http://semver.org/
* Fix #13514: Set selectedIndex to -1 when non-matching value is set on a ↵ruado19872013-03-222-7/+30
| | | | select. Close gh-1191.
* Update Sizzle: now uses built filesTimmy Willison2013-03-191-0/+0
|
* Update copyright yearTimmy Willison2013-03-191-1/+1
|
* Build selector.js from built sizzleTimmy Willison2013-03-191-1/+1
|
* updated Grunt to 0.4.1Michał Gołębiowski2013-03-181-4/+4
|
* Update Sizzle: minor windows 8 issueTimmy Willison2013-03-111-0/+0
|
* No ticket: compare_size returns!Richard Gibson2013-03-112-2/+2
| | | | (remember to `npm install`)
* Fix typos. Close gh-1186.dmitrygusev2013-02-2811-28/+29
|
* Fixes #11151, #13388. Minor refactor of response conversion and when/wherejaubourg2013-02-283-41/+73
| | | | responseXXX fields are set on the jqXHR. Close gh-1164.
* Properly resets firingLength when emptying the list. Fixes #13517jaubourg2013-02-272-0/+17
|
* Try these dependencies since they work for 2.0Dave Methvin2013-02-261-10/+7
|
* Whitespace.Scott González2013-02-261-1/+2
| | | | (cherry picked from commit b55bfb140f4ccf871a38ec52f21f7ca698515e52)
* Optimisation: Use String instead of window.String. Close gh-1176.Timo Tijhof2013-02-261-1/+1
| | | | | Follows-up 22e28b01e60e87b2454f88ca128fb84916b13564. (cherry picked from commit 31478b90128a60585c087bee57d31148677a99cd)
* Fix #13471. $().on(".xyz"...) should avoid later crash.Dave Methvin2013-02-262-0/+21
| | | | | | If the event type is an empty string we end up hanging in .off() which makes for mighty hard debugging. Instead treat it as a no-op. Docs seem clear this is not allowed.
* No ticket: move jQuery.expando to coreRichard Gibson2013-02-252-4/+4
|
* No ticket: reduce support.jsRichard Gibson2013-02-251-52/+49
|
* Fix #13505: Yet another detached add patchRichard Gibson2013-02-241-0/+0
|
* No ticket: Restore support for Android<4.0Richard Gibson2013-02-231-0/+0
|
* Fix #13499: selector with leading ID matching only a nameRichard Gibson2013-02-221-0/+0
|
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-2211-162/+209
| | | | (cherry picked from commit 59f5adb622dd6bc3419bbaa9cc2d4acd7a0b08b9)
* No ticket: Reduce size in anticipation of Sizzle-free buildsRichard Gibson2013-02-222-3/+4
|
* No ticket: Update SizzleRichard Gibson2013-02-171-0/+0
|
* Fix #13463: Update copyrightRichard Gibson2013-02-171-1/+1
|
* Fix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146.Richard Gibson2013-02-133-18/+42
|
* No ticket: keep jquery.min.js.gz under 32KRichard Gibson2013-02-121-27/+25
|
* Fix #13401: replaceWith(""). Close gh-1163.Mark Raddatz2013-02-082-9/+20
| | | | (cherry picked from commit 6a0ee2d9ed34b81d4ad0662423bf815a3110990f)
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-0833-175/+76
|
* Update Sizzle: detached node sorting in Webkit. Fixes #13331.Timmy Willison2013-02-051-0/+0
|
* 2013!Dave Methvin2013-02-041-1/+1
|
* Updating the source version to 1.9.2preDave Methvin2013-02-041-1/+1
|
* Tagging the 1.9.1 release.Dave Methvin2013-02-041-1/+1
|
* Fix #13356. Clean up after load/ready handlers. Close gh-1152.Oleg2013-02-041-13/+24
|
* Fix #13310. Get the right display value for disconnected nodes. Close gh-1155.Oleg2013-02-044-4/+39
|
* Fix #13089. Only apply zoom to IE6/7 body.Dave Methvin2013-02-032-3/+15
|
* Upgrade QUnit: Welcome to the present!Richard Gibson2013-02-031-0/+0
|
* Ref #12846 and 3b6d8941d8. Fix unit test for IE6.Dave Methvin2013-02-021-2/+6
|
* Fix #13335. Remove "use strict".Dave Methvin2013-02-012-2/+6
|
* Adding @andrewplummer to AUTHORS.txtCorey Frang2013-01-311-0/+1
|
* event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153Andrew Plummer2013-01-312-2/+16
| | | | | | | | | | | Squashed commit of the following: commit 5935a362c75ecef04d5ec9775cbcaf2165921e8d Author: Andrew Plummer <plummer.andrew@gmail.com> Date: Fri Feb 1 02:40:42 2013 +0900 Using "hasOwnProperty" to check for direct properties "type" and "namespace" on events before triggering.
* Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.Oleg2013-01-3112-57/+63
| | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations
* Change variables initialization sequence for some declarationsOleg2013-01-315-21/+21
|
* Again, magic fixing for previous commit.Timmy Willison2013-01-301-6/+6
|