Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Fire iframe script in its context, add doc param in globalEval | Michał Gołębiowski-Owczarek | 2020-02-10 | 1 | -0/+2 |
| | | | | | | | | | | 1. Support passing custom document to jQuery.globalEval; the script will be invoked in the context of this document. 2. Fire external scripts appended to iframe contents in that iframe context; this was already supported & tested for inline scripts but not for external ones. Fixes gh-4518 Closes gh-4601 | ||||
* | Docs: Update most URLs to HTTPS | Michał Gołębiowski-Owczarek | 2019-10-21 | 1 | -1/+1 |
| | | | Closes gh-4511 | ||||
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 2 | -6/+4 |
| | | | | | Ref gh-3040 Closes gh-3049 | ||||
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 1 | -0/+18 |
| | | | | | Fixes gh-1757 Close gh-2696 | ||||
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 1 | -2/+2 |
| | |||||
* | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 1 | -0/+36 |