Opened 14 years ago
Closed 14 years ago
#4905 closed enhancement (fixed)
Sandbox Compatibility
Reported by: | andr3a | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Thanks to external main closure, it could be possible to load jQuery from a sandbox to avoid all compatibility issues if another obtrusive library is present in the main page as well. To make it possible is just necessary to add a document local variable into the main scope at the top of the core.js file:
document = window.document,
Please view attached patch. If you want I can write here a quick example how to use this new feature.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
patch to obtain sandbox compatibility