aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update Sizzle: minor windows 8 issueTimmy Willison2013-03-111-0/+0
* Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576dRick Waldron2013-03-061-8/+3
* Fixes #13571. jQuery.isPlainObject 1.9.x compatibilityRick Waldron2013-03-061-3/+8
* Fixes #13551. Guard against illegal data access by undefined elem-ownerRick Waldron2013-03-031-4/+7
* Simplify data-* attr lookup with camelKeyRick Waldron2013-03-021-4/+3
* Fixes #13550. .data should not miss attr() set data-* with hyphenated propert...Michał Gołębiowski2013-03-021-3/+4
* Remove dup camelKey pathRick Waldron2013-03-011-8/+0
* Fixes #13548. .data should not miss attr() set data-* with hyphenated propert...Rick Waldron2013-03-011-0/+8
* Remove the define.amd.jQuery check, ref gh-1150.jrburke2013-02-281-13/+8
* Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.Richard Gibson2013-02-281-1/+2
* Squeeze support module. Close gh-1165.Oleg2013-02-281-32/+22
* Fixes #11151, #13388. Minor refactor of response conversion and when/wherejaubourg2013-02-281-41/+44
* Add warnings and ignore the built Sizzle file.Dave Methvin2013-02-271-0/+25
* Fix #13434: native-API selector moduleRichard Gibson2013-02-271-0/+125
* Properly resets firingLength when emptying the list. Fixes #13517jaubourg2013-02-271-0/+1
* No ticket: Squeeze dataRichard Gibson2013-02-261-47/+35
* Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.Nguyen Phuc Lam2013-02-262-2/+2
* Fix #13494: Fallback defineProperties to jQuery.extend. Close gh-1182.Richard Gibson2013-02-261-36/+28
* Whitespace.Scott González2013-02-261-1/+2
* Fix #13471. $().on(".xyz"...) should avoid later crash.Dave Methvin2013-02-261-0/+5
* Optimisation: Use String instead of window.String. Close gh-1176.Timo Tijhof2013-02-261-1/+1
* No ticket: move jQuery.expando to coreRichard Gibson2013-02-252-4/+3
* No ticket: reduce support.jsRichard Gibson2013-02-251-19/+17
* 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: Reduce size in anticipation of Sizzle-free buildsRichard Gibson2013-02-222-3/+4
* Fixes typos in core.js and css.js. Closes gh-1175Pascal Borreli2013-02-212-2/+2
* Adds module to jshintrcRick Waldron2013-02-211-1/+2
* Support node-like module loaders. Closes gh-1103isaacs2013-02-202-17/+25
* No ticket: Update SizzleRichard Gibson2013-02-171-0/+0
* Refactor: Data.prototype.access. Thanks to @RubyLouvre and @gibson042. Closes...Rick Waldron2013-02-131-16/+25
* Fix #13265 #13332: traversing methods with text nodes. Close gh-1145.Richard Gibson2013-02-131-24/+35
* Optimized Data rewriteRick Waldron2013-02-111-60/+92
* Fix #13401: replaceWith(""). Close gh-1163.Mark Raddatz2013-02-081-9/+11
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
* Fix #13310. Get the right display value for disconnected nodes. Close gh-1156.Oleg2013-02-041-4/+13
* Ref fd43865c: restore correct logicRichard Gibson2013-02-041-1/+1
* Match the codebase standard, .split(" ") => .match( core_rnotwhite ) || []…...Rick Waldron2013-02-031-2/+3
* Standardize on a.indexOf(b) === -1, per @gibson042 review notesRick Waldron2013-02-031-1/+1
* Reduce hasData per @gibson042 review notes.Rick Waldron2013-02-031-4/+1
* Reduce Data.prototype.add by using the returned length value of this.owners.p...Rick Waldron2013-02-031-2/+1
* 2.0: Rewrite data.js (Incl. event, manipulation, tests)Rick Waldron2013-02-033-256/+247
* Update Sizzle: detached node sorting in Webkit. Fixes #13331.Timmy Willison2013-02-011-0/+0
* Fix #13335. Remove "use strict".Dave Methvin2013-02-012-2/+6
* event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153Andrew Plummer2013-01-311-2/+2
* Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132,...Timmy Willison2013-01-301-1/+1
* Minor updates. All parameters of an internal function are for internal use only.Timmy Willison2013-01-301-12/+12
* Fix #13349. No need to sort simple .find() cases.Dave Methvin2013-01-291-1/+1
* Fix comment about Safari shortfalls.Dave Methvin2013-01-291-1/+1