Changes between Version 2 and Version 3 of Ticket #14001
- Timestamp:
- Jun 7, 2013, 10:36:12 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14001 – Description
v2 v3 1 2 From Mr. Diego Perini => 3 1 4 For ages I have been wanting to load jQuery in a temporary IFRAME then moving it to the main browsing context and finally remove the IFRAME used for loading. 2 From Mr. Diego Perini:3 4 From Mr. Diego Perini:5 5 6 6 Since the IFRAME is going to disappear all the method calls executed in that context or not explicitly scoped will fail and return errors (for example setTimeout => window.setTimeout and parseFloat => window.parseFloat etc.).