Skip to main content

Search and Top Navigation

#6991 closed bug (wontfix)

Opened February 15, 2011 11:56AM UTC

Closed October 04, 2012 05:30PM UTC

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)

Attachments (0)
Change History (1)

Changed October 04, 2012 05:30PM UTC by scottgonzalez comment:1

resolution: → wontfix
status: newclosed

We're no longer supporting ThemeSwitcher. Please use Dave Hoff's Super Theme Switcher.