Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Ajax: Always use script injection in globalEval" | Oleg Gaidarenko | 2015-12-22 | 2 | -2/+6 |
| | | | | This reverts commit 37f0f7f42cd158e36665066d88708ca4aa0713ac. | ||||
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 2 | -6/+2 |
| | | | | | Fixes #14757 Ref bbdfbb4ee859fe9319b348d88120ddc2c9efbd63 | ||||
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 1 | -0/+18 |
| | | | | | | | | Fixes #14791 (cherry picked from commit 06adf7c95d93507908181995a9ea15fe2729595a) Conflicts: src/event.js | ||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-11-12 | 1 | -0/+18 |
| | | | | | (cherry picked from commit ebdb467761d756d4e52608a0df4a4d9b17da8092) (conflicts with .data() resolved manually) | ||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 1 | -18/+0 |
| | | | | | | 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 | -0/+18 |
| | | | | | (cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2) Manually edited for conflicts. | ||||
* | Further spacing & code style corrections. | Michał Gołębiowski | 2013-04-15 | 1 | -9/+9 |
| | |||||
* | Fix #13393. Avoid IE9 activeElement of death. | Dave Methvin | 2013-04-08 | 1 | -0/+16 |
| | | | | | | | (Cherry picked from 85fc5878b3c6af73f42d61eedf73013e7faae408) Conflicts: src/event.js | ||||
* | Ref #13316: Sync all test documents on full vs. minified source. | Richard Gibson | 2013-02-08 | 2 | -2/+2 |
| | |||||
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 2 | -2/+2 |
| | | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7. | ||||
* | Scorch the earth and retreat on readyState interactive! Close gh-907. | Mike Sherov | 2012-08-23 | 4 | -102/+0 |
| | |||||
* | Neuter the partialLoadReady test until it's ngnix-ready | Dave Methvin | 2012-08-22 | 1 | -3/+3 |
| | |||||
* | Fix #12282. IE has premature .readyState == "interactive". Close gh-901. | Mike Sherov | 2012-08-20 | 1 | -0/+40 |
| | |||||
* | Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. | Mike Sherov | 2012-07-06 | 5 | -23/+57 |
| | |||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 3 | -3/+3 |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 3 | -5/+5 |
| | |||||
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Transform $.bindReady into $.ready.promise. It is now possible to use ↵ | jaubourg | 2012-05-06 | 1 | -0/+17 |
| | | | | $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added. | ||||
* | reduce complexity of ready further, and try manipulating DOM to make sure ↵ | Mike Sherov | 2012-05-04 | 2 | -0/+2 |
| | | | | we're really ready | ||||
* | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 4 | -64/+32 |
| | |||||
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 4 | -0/+85 |
Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer. |