Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. | njhamann | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | ajax: Fix #14207. file protocol returns status 0, see #8605. | Dave Methvin | 2013-11-13 | 1 | -2/+2 |
| | |||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-11-12 | 1 | -7/+17 |
| | |||||
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 1 | -1/+5 |
| | | | | | | | | (cherry picked from commit 60a6178131afec97b68c9a45bc24459f7b8bd905) Conflicts: src/ajax/parseJSON.js | ||||
* | No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426. | Michał Gołębiowski | 2013-11-11 | 1 | -9/+1 |
| | | | | | | | | | In 1.x if the support test executes before doc ready, it may not be able to return a result yet. In such a case, we protect ourselves from future breakages, allowing only for the ones before doc ready. Since in 2.x lazy support tests attach test elements to docElem, not body, such a guard is unnecessary. | ||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | (cherry picked from commit 126d596b56924613687329b7aab4f0cdf4b593b3) Conflicts: src/data.js src/data/accepts.js test/unit/core.js test/unit/data.js | ||||
* | Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411. | Marian Sollmann | 2013-11-06 | 1 | -2/+2 |
| | | | | | | | | (cherry picked from commit 346b031af9e3b315ef351a9cc7fee56f930cf346) Conflicts: src/traversing.js | ||||
* | Fix #14101: $().data() should be undefined, not null | Corey Frang | 2013-11-06 | 1 | -2/+1 |
| | |||||
* | No ticket: Reduce size by reordering variable declarations. Close gh-1416. | Chris Antaki | 2013-11-05 | 1 | -5/+5 |
| | |||||
* | Fix #11809: Update text without creating DOM nodes. Close gh-1412. | Chris Antaki | 2013-11-05 | 1 | -1/+5 |
| | |||||
* | No ticket: Update support comment to match convention | Richard Gibson | 2013-11-04 | 1 | -2/+2 |
| | |||||
* | No ticket: Small ajax/xhr size optimizations | Richard Gibson | 2013-10-28 | 1 | -6/+19 |
| | |||||
* | Fix #14379: AJAX requests on unload | Richard Gibson | 2013-10-28 | 1 | -4/+2 |
| | |||||
* | No ticket. Remove useless comment | Oleg | 2013-10-28 | 1 | -1/+0 |
| | |||||
* | Fix #14459: Use jQuery.parseJSON instead of JSON.parse | Richard Gibson | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 1 | -14/+7 |
| | | | | This reverts commit 9b6f0745805941a6d7b7c16c02cf56ab00021c82. | ||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 1 | -7/+14 |
| | |||||
* | Ref 2263134b: Better identify potential JSON. Close gh-1401. | Ronny Springer | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 1 | -0/+3 |
| | |||||
* | No ticket: Small curCSS size optimizations | Richard Gibson | 2013-10-15 | 1 | -4/+8 |
| | |||||
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -1/+3 |
| | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 6 | -97/+92 |
| | |||||
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 8 | -13/+10 |
| | |||||
* | Fix #13993. Save result of native inline handlers. Close gh-1368. | Dave Methvin | 2013-10-06 | 1 | -2/+5 |
| | |||||
* | No ticket: Compress core and data modules | Richard Gibson | 2013-09-28 | 2 | -48/+48 |
| | | | | | | | | | (cherry picked from commit b31bd4c05d87660352a3f7d3081146e332440d99) Conflicts: src/core.js src/data.js | ||||
* | No ticket: Fix XHTML regression. Close gh-1375. | Anthony Ryan | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379. | Timo Tijhof | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | Fix #14290. Don't throw if text node is appended to table. Close gh-1371. | Dave Methvin | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close ↵ | Dave Methvin | 2013-09-19 | 1 | -3/+4 |
| | | | | gh-1365. | ||||
* | Fix #12723 and simplification and optmization of defaultDisplay helper | Oleg | 2013-09-17 | 1 | -9/+20 |
| | |||||
* | Simplify replaceWith method. Closes gh-1276 | Oleg | 2013-09-17 | 1 | -21/+11 |
| | |||||
* | Correct code style in comment line | Oleg | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 15 | -31/+32 |
| | |||||
* | Ref #14313: NaN detection. Close gh-1352. | Richard Gibson | 2013-09-12 | 2 | -3/+6 |
| | | | | (cherry picked from commit 0bc0a69026ce4c1ac570a729d3c975a4a55d0ff4) | ||||
* | charAt -> string indexing. Close gh-1359. | Mike Sidorov | 2013-09-12 | 2 | -2/+2 |
| | |||||
* | Flip the switch on checkOn | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | Correct the checkClone support test for Safari 5.1 and mobile webkits | Timmy Willison | 2013-09-11 | 1 | -14/+11 |
| | |||||
* | Fix support test for checkClone. Fixes Safari 5.1 manip failures. | Timmy Willison | 2013-09-11 | 2 | -2/+4 |
| | |||||
* | Fix context | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 3 | -8/+7 |
| | |||||
* | Modules can assume the presence of their parents | Timmy Willison | 2013-09-10 | 1 | -1/+0 |
| | |||||
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 3 | -40/+52 |
| | |||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 6 | -85/+111 |
| | | | | modules. -39 bytes. Close gh-1360. | ||||
* | Map Sizzle to a path with config to allow users to put Sizzle wherever they want | Timmy Willison | 2013-09-10 | 1 | -1/+1 |
| | |||||
* | Ensure display: inline-block when animating width/height on inline elements. ↵ | Timmy Willison | 2013-09-10 | 1 | -3/+10 |
| | | | | Fixes #14344. | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 18 | -213/+250 |
| | | | | across all modules) | ||||
* | Apply consistent ordering in all modules. -38 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 9 | -838/+837 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | All non-var modules should not indent in their AMD wrappers (just for ↵ | Timmy Willison | 2013-09-09 | 8 | -131/+143 |
| | | | | prettier builds). No functionality changes. | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 13 | -122/+149 |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | ||||
* | Reorder css.js logically | Timmy Willison | 2013-09-09 | 1 | -177/+177 |
| |