aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix #13255. Set a default event target for Cordova.Dave Methvin2013-05-021-0/+6
|
* Fix #13846: .prev sort directionRichard Gibson2013-05-011-2/+3
|
* Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")Richard Gibson2013-04-291-2/+2
|
* Fixes #13815: Ensure each element has its own private data object - Tests by ↵Corey Frang2013-04-242-9/+4
| | | | @rwldrn
* Fix #13818: Add wrapMap entry for col elementOleg2013-04-241-1/+2
|
* Fix #13819: .parent sort directionRichard Gibson2013-04-241-1/+1
| | | | (cherry picked from commit 6a816ec95fd96d130a4af67a28873d9daa66a328)
* Fix #13809: Avoid collisions with words reserved by any version of ECMA-262Richard Gibson2013-04-242-3/+3
|
* Fix #13810: .replaceWith(nextSibling)Richard Gibson2013-04-221-0/+4
|
* Fix #13807: attribute/Object.prototype name collisionsRichard Gibson2013-04-221-0/+0
|
* Fix #13797: .is with single-node contextRichard Gibson2013-04-201-8/+10
| | | | (cherry picked from commit 4f786ba4d2a5544cb48f589d2659d6cab84efc34)
* No ticket: Reduce .findRichard Gibson2013-04-201-10/+10
| | | | (cherry picked from commit 85b3c82445d9e88c6e747a33ad97f5f9e35a7d35)
* Remove unnecessary usage of getAttributeNode(). Fixes #12072.Timmy Willison2013-04-181-2/+1
|
* Refactor code in effects to use data_priv. Re- Close gh-1244.ros3cin2013-04-171-6/+5
|
* Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute ↵Richard Gibson2013-04-172-31/+35
| | | | in domManip. Close gh-1051.
* Fix #13483. Let slideDown() work after stop(). Close gh-1205.Renato Oliveira dos Santos2013-04-161-1/+9
|
* Loop cleanupRick Waldron2013-04-161-10/+4
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes #13779. Remove nodes in document order (uses for loop matching empty()).Rick Waldron2013-04-161-2/+3
|
* Fix #13596; #13722: .replaceWith consistency. Close gh-1216.Richard Gibson2013-04-162-37/+41
|
* Update Sizzle: src attribute in IE7. Fixes #13777.Timmy Willison2013-04-151-0/+0
|
* Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238Michał Gołębiowski2013-04-101-1/+1
|
* Add onevar to jshintrc, but remove the option for linting the concatenated fileTimmy Willison2013-04-091-0/+1
|
* Update Sizzle: jshintrcTimmy Willison2013-04-091-0/+0
|
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-092-12/+12
| | | | in tests. Fixes #13755.
* Fix #13393. Avoid IE9 activeElement of death.Dave Methvin2013-04-081-2/+8
|
* Adjust tabIndex propHook for modern browsers and return -1 where ↵Oleg Gaidarenko2013-04-081-23/+10
| | | | appropriate. Close gh-1228.
* Add note about deprecation of _removeData and _dataRick Waldron2013-04-081-7/+2
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Move Data.prototype.accept => Data.acceptsRick Waldron2013-04-081-10/+18
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Update Sizzle: pick IE over Chrome this time. Supplements #13378.Timmy Willison2013-04-081-0/+0
|
* No ticket. Use data_priv methods instead of jQuery._removeData and ↵Oleg Gaidarenko2013-04-087-35/+26
| | | | jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234
* No ticket. Simplifies data methods and updates comments. Closes gh-1233Oleg Gaidarenko2013-04-081-17/+15
|
* Revert Sizzle. Reopens #13378Timmy Willison2013-04-081-0/+0
|
* Fixes #8335. Do not allow add data to non-elements (2.x). Closes gh-1232Oleg Gaidarenko2013-04-081-6/+20
|
* Update Sizzle: use documentElement in focus selector. Fixes #13378.Timmy Willison2013-04-081-0/+0
|
* Ref #12652: Allow overriding native .click() suppressionRichard Gibson2013-04-081-11/+16
| | | | (cherry picked from commit 14b09ef98eb11aae04c028a3b3d7af116c7d2c20)
* Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.Michał Gołębiowski2013-04-081-3/+0
|
* No ticket: Small simplification of .removeProp. Close gh-1227.Oleg2013-04-071-3/+1
|
* No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.Michał Gołębiowski2013-04-072-5/+5
| | | | (cherry picked from commit e3777b64377947b7222a2050aee7f2ec371faef9)
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-065-13/+20
| | | | | | | | 1) corrected box-sizing rules order - the unprefixed value should always be the last one 2) removed last semi-colons in CSS rules 3) updated support comments code review changes + more consistent comment spacing
* Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.Dave Methvin2013-04-061-13/+11
|
* Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.Dave Methvin2013-04-062-68/+69
|
* Ref 4ef51690: Update selector-native for new Sizzle dependenciesRichard Gibson2013-04-051-0/+5
|
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-054-90/+94
| | | | (cherry picked from commit 4ef516903e6e48bce388ca47c1ed88a447199fa1)
* Fixes #13566. If there is a window object, and it has a document property, ↵Rick Waldron2013-04-041-2/+3
| | | | | | it might be the window we want, so define jQuery and $. Thanks to @dcherman for saving us from that embarrassment! Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes #13566. If there is a window object, define jQuery and $Rick Waldron2013-04-041-3/+5
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Correct oldIE-related comments, revert some workarounds. Close gh-1207.Michał Gołębiowski2013-04-044-15/+6
|
* Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.Michał Gołębiowski2013-04-044-8/+4
|
* Follow-up for 22a4e5bd0a7c0a92b54b9965984b582fd42099f2, fix .checkOn, add ↵Oleg2013-04-031-1/+1
| | | | support tests. Cloes gh-1199.
* Remove an unused support check, correct a comment. Close gh-1211.Michał Gołębiowski2013-04-032-2/+1
|
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.Michał Gołębiowski2013-04-033-24/+30
|
* Update grunt-contrib-jshint to 0.3.0, close gh-1204.Michał Gołębiowski2013-04-035-5/+10
| | | | | | | | (cherry picked from 4adde5d14534799f3bcfac2771e1513be8a56a2f) Conflicts: src/data.js src/effects.js