The jQuery UI Theme Switcher Widget is jQuery’s drop-menu-type jQuery UI theme selector which allows you to switch from one jQuery UI theme to another. You can download the source code or view the documentation below. If you’re looking for something different, you can try my theme switcher or my stylesheet changer.
Download jQuery UI Theme Switcher Widget: DownloadTheme Switcher Widget Documentation:
Using the jQuery UI CSS Framework, you can easily add the theme switcher widget to your page by adding a script tag referencing the plugin and call
themeswitcher(); on any element to which you’d like to append the widget.Example:
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="http://jqueryui.com/themes/base/ui.all.css" />
<script type="text/javascript" src="http://jqueryui.com/js/jquery.js"></script>
<script>
$(document).ready(function(){
$('#switcher').themeswitcher();
});
</script>
</head>
<body>
<script type="text/javascript"
src="http://jqueryui.com/themeroller/themeswitchertool/">
</script>
<div id="switcher"></div>
</body>
</html>
The Theme Switcher Widget has the following options available for customizing the widget.
Tags: change, css, download, javascript, jQuery, options, plugin, swap, switch, switcher, theme, themeswitcher, tool, ui, widget