Opened 12 years ago
Closed 10 years ago
#6991 closed bug (wontfix)
Theme Switcher Tool is not non-pollution friendly
Reported by: | juzna | Owned by: | jquery-infrastructure |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | [meta] ui.themeroller | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Theme switcher tool, which can be included from URL http://jqueryui.com/themeroller/themeswitchertool/ (as shown in some demos) has problems on websites, which use other libraries using $ function. Theme switcher is accessing $ directly, without limited scope, and thus is not working.
Proposed solution: use limited scope: (function($) { ... })(jQuery)
Note: See
TracTickets for help on using
tickets.
We're no longer supporting ThemeSwitcher. Please use Dave Hoff's Super Theme Switcher.