Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Build: Happy New Year! Thanks @marlonlandaverde | Dave Methvin | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | (cherry picked from commit 3118f58c465286d538404669d09026b882b2149e) Closes gh-1477 | |||||
* | traversing: Optimise .add by not using makeArray | Timo Tijhof | 2013-12-30 | 1 | -6/+5 | |
| | | | | | | (cherry picked from commit b39ee05b69336d5a6230287ab8bd48c48e5b206f) Closes gh-1430 | |||||
* | exports/global: Do not attach global variables for most CommonJS environments | Timmy Willison | 2013-12-20 | 2 | -5/+8 | |
| | | | | | | | For CommonJS environments where the global already has a document, it is expected that if a global is needed, the user can attach the global. Fixes #14645. | |||||
* | Selector: update Sizzle | Richard Gibson | 2013-12-20 | 4 | -15/+21 | |
| | | | | | Fix #14584 (cherry picked from commit 29c8003347e8768e26077c6d040203d662009220) | |||||
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 3 | -23/+32 | |
| | | | | | | | | Ref #14016 Conflicts: build/tasks/build.js src/core.js | |||||
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 | |
| | ||||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 11 | -0/+13410 | |
| | | | | | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html | |||||
* | Change window to global in the most outer IIFE parameters. (cherry-picked ↵ | Michał Gołębiowski | 2013-11-17 | 1 | -6/+6 | |
| | | | | | | | | | from dc649a33e081c7beb083b04956731aa410eb6b3f) In the most outer IIFE it’s not yet known if the global is window or not. Using the window variable to denote the global was misleading in that case, especially that the code didn’t make such assumption, requiring to provide a Web-like window separately. Renaming window to global clears the confusion. | |||||
* | Fixes #14549. Execute the factory immediately when CommonJS is used in the ↵ | Timmy Willison | 2013-11-15 | 1 | -10/+14 | |
| | | | | browser. | |||||
* | Fix #14503: Cast to string before setting XHR header. Close gh-1427. | hongymagic | 2013-11-14 | 1 | -1/+9 | |
| | ||||||
* | Ref #14180, let focusin/out work on non-element targets. | Dave Methvin | 2013-11-14 | 1 | -2/+2 | |
| | | | | | | | (cherry picked from commit c2aca17d457d302cb1683f925b9e5ee93f0984ea) Conflicts: src/event.js | |||||
* | Fix #14475. Use IE11-friendly detect for proper XHR object. | Dave Methvin | 2013-11-14 | 1 | -7/+3 | |
| | | | | We don't seem to have test cases for local file access. | |||||
* | Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340. | njhamann | 2013-11-13 | 1 | -1/+1 | |
| | | | | (cherry picked from commit eb1a2afc9fb1d990d10358aab0e17bc0ce1d1db3) | |||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-11-12 | 1 | -7/+16 | |
| | | | | | (cherry picked from commit ebdb467761d756d4e52608a0df4a4d9b17da8092) (conflicts with .data() resolved manually) | |||||
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 1 | -22/+31 | |
| | ||||||
* | Remove old try...catch for old FF | Oleg | 2013-11-08 | 1 | -52/+42 | |
| | ||||||
* | Ref 705216d: Synchronize ajax/xhr.js with master | Richard Gibson | 2013-11-08 | 1 | -1/+1 | |
| | ||||||
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 24 | -45/+41 | |
| | ||||||
* | Fix #14422 and add more thorough check for CSP violations | Oleg | 2013-11-07 | 1 | -5/+8 | |
| | | | | Close gh-1413 | |||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 2 | -13/+13 | |
| | ||||||
* | Fix #14101: $().data() should be undefined, not null | Corey Frang | 2013-11-06 | 1 | -3/+2 | |
| | | | | - Backported 30eee925dbc9f8d465ccf064f48c24061ffdc378 for 1.x | |||||
* | Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411. | Marian Sollmann | 2013-11-06 | 1 | -3/+3 | |
| | | | | | | | | (cherry picked from commit 346b031af9e3b315ef351a9cc7fee56f930cf346) Conflicts: src/traversing.js | |||||
* | No ticket: Update style per gh-1418 comments | Richard Gibson | 2013-11-04 | 1 | -8/+6 | |
| | ||||||
* | Ref 705216dc: Synchronize ajax/xhr.js with master. Close gh-1418. | Richard Gibson | 2013-11-04 | 1 | -76/+54 | |
| | ||||||
* | Fix #14459: Use jQuery.parseJSON instead of JSON.parse | Richard Gibson | 2013-10-28 | 1 | -1/+1 | |
| | | | | (cherry picked from commit ced9d155f010bc456745a55a63ca959db9d405d3) | |||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 1 | -14/+7 | |
| | | | | | | This reverts commit bba8366af48bd2c80c96e7a0f58b3e16fd736125. Because cross-frame focus sucks. | |||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 1 | -7/+14 | |
| | | | | | (cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2) Manually edited for conflicts. | |||||
* | Ref 2263134b: Better identify potential JSON. Close gh-1401. | Ronny Springer | 2013-10-16 | 1 | -1/+1 | |
| | | | | | | | | (cherry picked from commit 083edd60a6c189f17ff1087431e849dd11c111b2) Conflicts: src/data.js | |||||
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 1 | -2/+5 | |
| | | | | | | | | (cherry picked from commit 24e587929f62428e1959b10aace6dc4fd65ab397) Conflicts: src/css.js | |||||
* | No ticket: Small curCSS size optimizations | Richard Gibson | 2013-10-15 | 1 | -6/+8 | |
| | | | | | | | | (cherry picked from commit a339096d6a9d0313c2184de0d626e2c7e127955b) Conflicts: src/css/curCSS.js | |||||
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -2/+8 | |
| | | | | | | | | (cherry picked from commit 5ce4b06c285bd8cf52eaff0f39e0b9192a927873) Conflicts: src/css/curCSS.js | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 6 | -102/+99 | |
| | | | | | | | | | | | | - To keep file size unaffected, an extra pragma was added to build.js to remove certain lines when building with special comments. Conflicts: src/core.js src/css.js src/effects.js src/event.js src/manipulation.js src/offset.js | |||||
* | Fix #13993. Save result of native inline handlers. Close gh-1368. | Dave Methvin | 2013-10-06 | 1 | -2/+5 | |
| | | | | (cherry picked from commit 3bcd04f528597dac0a7084865461574ab4a06465) | |||||
* | No ticket: Compress core and data modules | Richard Gibson | 2013-09-28 | 2 | -42/+42 | |
| | ||||||
* | No ticket. Get rid of comma expression in curCSS. | Michał Gołębiowski | 2013-09-24 | 1 | -1/+1 | |
| | ||||||
* | No ticket: Fix XHTML regression. Close gh-1376. | 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 | |
| | | | | (cherry picked from commit 2aa2957d213c2801d9999a8902d041026fbb059a) | |||||
* | Fix #14290. Don't throw if text node is appended to table. Close gh-1371. | Dave Methvin | 2013-09-19 | 1 | -1/+1 | |
| | | | | (cherry picked from commit ec3ac9a247ec3132dea3c30ca36cefc217e25441) | |||||
* | Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close ↵ | Dave Methvin | 2013-09-19 | 1 | -2/+8 | |
| | | | | | | | | | gh-1365. (cherry picked from commit 4671ef15c2d62962048fd4863911146fcc085f26) Conflicts: src/event.js | |||||
* | Fix #12723 and simplification and optmization of defaultDisplay helper | Oleg | 2013-09-17 | 1 | -9/+20 | |
| | | | | (cherry picked from commit a25343001eea2436dcf8ea60deea3844f77e42e4) | |||||
* | Simplify replaceWith method. Closes gh-1276 | Oleg | 2013-09-17 | 1 | -21/+11 | |
| | | | | (cherry picked from commit 642e9a45579cfa90861b8ea71a95dd077775caaf) | |||||
* | Use charAt instead of string indexing for oldIE's sake. Fixes #14356. | Timmy Willison | 2013-09-12 | 1 | -1/+1 | |
| | ||||||
* | Ref #14313: NaN detection. Close gh-1352. | Richard Gibson | 2013-09-12 | 2 | -4/+7 | |
| | ||||||
* | Fix failing support test in IE6/7 | Timmy Willison | 2013-09-11 | 1 | -1/+1 | |
| | ||||||
* | Fix more support tests (support.input should only be false in IE8 and ↵ | Timmy Willison | 2013-09-11 | 2 | -12/+6 | |
| | | | | checkClone as it is now used is fine in IE) | |||||
* | Set the input type for firefox. Fix a support test. | Timmy Willison | 2013-09-11 | 2 | -5/+5 | |
| | ||||||
* | Correct the checkClone support test for Safari 5.1 and mobile webkits | Timmy Willison | 2013-09-11 | 1 | -16/+13 | |
| | | | | | Conflicts: src/manipulation/support.js | |||||
* | Fix support test for checkClone. Fixes Safari 5.1 manip failures. | Timmy Willison | 2013-09-11 | 2 | -1/+4 | |
| | | | | | Conflicts: src/manipulation.js | |||||
* | 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 | -7/+6 | |
| | | | | | Conflicts: src/css.js |