Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Whitespace. | Scott González | 2013-02-26 | 1 | -1/+2 | |
| | | | | (cherry picked from commit b55bfb140f4ccf871a38ec52f21f7ca698515e52) | |||||
* | Optimisation: Use String instead of window.String. Close gh-1176. | Timo Tijhof | 2013-02-26 | 1 | -1/+1 | |
| | | | | | Follows-up 22e28b01e60e87b2454f88ca128fb84916b13564. (cherry picked from commit 31478b90128a60585c087bee57d31148677a99cd) | |||||
* | Fix #13471. $().on(".xyz"...) should avoid later crash. | Dave Methvin | 2013-02-26 | 1 | -0/+5 | |
| | | | | | | 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 core | Richard Gibson | 2013-02-25 | 2 | -4/+4 | |
| | ||||||
* | No ticket: reduce support.js | Richard Gibson | 2013-02-25 | 1 | -52/+49 | |
| | ||||||
* | Fix #13505: Yet another detached add patch | Richard Gibson | 2013-02-24 | 1 | -0/+0 | |
| | ||||||
* | No ticket: Restore support for Android<4.0 | Richard Gibson | 2013-02-23 | 1 | -0/+0 | |
| | ||||||
* | Fix #13499: selector with leading ID matching only a name | Richard Gibson | 2013-02-22 | 1 | -0/+0 | |
| | ||||||
* | No ticket: Reduce size in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 2 | -3/+4 | |
| | ||||||
* | No ticket: Update Sizzle | Richard Gibson | 2013-02-17 | 1 | -0/+0 | |
| | ||||||
* | Fix #13265 #13332: Allow .parent/.closest with text nodes. Close gh-1146. | Richard Gibson | 2013-02-13 | 1 | -5/+9 | |
| | ||||||
* | No ticket: keep jquery.min.js.gz under 32K | Richard Gibson | 2013-02-12 | 1 | -27/+25 | |
| | ||||||
* | Fix #13401: replaceWith(""). Close gh-1163. | Mark Raddatz | 2013-02-08 | 1 | -9/+11 | |
| | | | | (cherry picked from commit 6a0ee2d9ed34b81d4ad0662423bf815a3110990f) | |||||
* | Ref #13316: Sync all test documents on full vs. minified source. | Richard Gibson | 2013-02-08 | 1 | -1/+1 | |
| | ||||||
* | Update Sizzle: detached node sorting in Webkit. Fixes #13331. | Timmy Willison | 2013-02-05 | 1 | -0/+0 | |
| | ||||||
* | 2013! | Dave Methvin | 2013-02-04 | 1 | -1/+1 | |
| | ||||||
* | Fix #13356. Clean up after load/ready handlers. Close gh-1152. | Oleg | 2013-02-04 | 1 | -13/+24 | |
| | ||||||
* | Fix #13310. Get the right display value for disconnected nodes. Close gh-1155. | Oleg | 2013-02-04 | 1 | -4/+13 | |
| | ||||||
* | Fix #13089. Only apply zoom to IE6/7 body. | Dave Methvin | 2013-02-03 | 1 | -3/+6 | |
| | ||||||
* | Fix #13335. Remove "use strict". | Dave Methvin | 2013-02-01 | 2 | -2/+6 | |
| | ||||||
* | event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153 | Andrew Plummer | 2013-01-31 | 1 | -2/+2 | |
| | | | | | | | | | | | 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. | Oleg | 2013-01-31 | 11 | -57/+57 | |
| | | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations | |||||
* | Change variables initialization sequence for some declarations | Oleg | 2013-01-31 | 5 | -21/+21 | |
| | ||||||
* | Minor updates. All parameters of an internal function are for internal use only. | Timmy Willison | 2013-01-30 | 1 | -11/+11 | |
| | ||||||
* | Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens ↵ | Timmy Willison | 2013-01-30 | 1 | -1/+1 | |
| | | | | #13132, #10406. | |||||
* | Fix #13349. No need to sort simple .find() cases. | Dave Methvin | 2013-01-29 | 1 | -4/+5 | |
| | ||||||
* | Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111. | adamcoulombe | 2013-01-27 | 1 | -2/+3 | |
| | ||||||
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 2 | -27/+26 | |
| | ||||||
* | Fix #12846. Restore overflow when animation is stopped. | Dave Methvin | 2013-01-26 | 1 | -1/+1 | |
| | | | | (Cherry picked from a6c358d) | |||||
* | Fix #13281: update Sizzle | Richard Gibson | 2013-01-24 | 1 | -0/+0 | |
| | ||||||
* | Fix #13315: compare typeof node.method to var instead of literal "undefined" ↵ | Richard Gibson | 2013-01-24 | 6 | -10/+14 | |
| | | | | for safer uglification | |||||
* | Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ↵ | byroot | 2013-01-24 | 1 | -3/+8 | |
| | | | | #13261. | |||||
* | Ignore file inputs when serializing forms. File input serialization is ↵ | Timmy Willison | 2013-01-23 | 1 | -1/+1 | |
| | | | | handled by plugins. Fixes #13306. | |||||
* | Fix failing tests, add support for empty spans in Opera. Supplements #13132, ↵ | Timmy Willison | 2013-01-21 | 1 | -1/+4 | |
| | | | | #10406. | |||||
* | Treat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes ↵ | Timmy Willison | 2013-01-21 | 1 | -1/+1 | |
| | | | | #13132, #10406. | |||||
* | Never use the XML as parsed by the XHR instance. Use raw text instead and ↵ | jaubourg | 2013-01-21 | 1 | -8/+1 | |
| | | | | let the ajax conversion logic do the trick. -20 min/gzipped. Fixes #13276. Unit test added. | |||||
* | Update Sizzle: fixes native slice usage | Timmy Willison | 2013-01-18 | 1 | -0/+0 | |
| | ||||||
* | Fix jQuery #13251: use slice instead of substring | Richard Gibson | 2013-01-17 | 2 | -1/+1 | |
| | ||||||
* | Ref 8f72967e: use acceptData to determine when it is safe to add event handlers | Richard Gibson | 2013-01-16 | 1 | -2/+2 | |
| | | | | (cherry picked from commit 50290b8ffb05c504d3866a619f282bf795bc01f6) | |||||
* | Fix #8335: Avoid memory leak by never setting data on non-element ↵ | danilsomsikov | 2013-01-16 | 1 | -0/+5 | |
| | | | | | | non-document nodes. Ref gh-1127. (cherry picked from commit cc324abf739669bd2a4669742c994b86c4ad467b) | |||||
* | Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. | Richard Gibson | 2013-01-16 | 1 | -8/+2 | |
| | ||||||
* | Fix #13182: update Sizzle | Richard Gibson | 2013-01-16 | 1 | -0/+0 | |
| | ||||||
* | Fix #13208: only check elements for delegation matches | Richard Gibson | 2013-01-16 | 1 | -1/+2 | |
| | ||||||
* | Fix #13183: Wrong animation initial value calc. Close gh-1136. | Mike Sherov | 2013-01-15 | 2 | -3/+3 | |
| | ||||||
* | Fix #13203: delegated events with selector matching Object.prototype property | Richard Gibson | 2013-01-13 | 1 | -1/+3 | |
| | | | | (cherry picked from commit 31b95797155077e4e670c0bbb2c57815f89769a1) | |||||
* | No ticket: sync with master @ b75b9ef8 | Richard Gibson | 2013-01-13 | 1 | -3/+2 | |
| | ||||||
* | Fix #13180: don't delegate into SVG <use> | Richard Gibson | 2013-01-13 | 1 | -1/+2 | |
| | ||||||
* | reduce size | Richard Gibson | 2013-01-13 | 1 | -13/+13 | |
| | ||||||
* | jQuery.event.handlers delegate matching hook point | Richard Gibson | 2013-01-13 | 1 | -36/+45 | |
| | ||||||
* | Add a comment | Oleg | 2013-01-13 | 1 | -0/+2 | |
| |