Opened 11 years ago
Closed 11 years ago
#8354 closed bug (fixed)
ThemeSwitcher Widget
Reported by: | dwebb66 | Owned by: | jquery-infrastructure |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | [meta] ui.docs | Version: | 1.8.20 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I was looking at adding the ThemeSwitcher Widget to my test page, but it is not working. I then tried each of the URL in the example file and found that "http://jqueryui.com/themes/base/ui.all.css" does not exist.
http://jqueryui.com/docs/Theming/ThemeSwitcher
<!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 style="font-size:62.5%;"> <script type="text/javascript"
</script> <div id="switcher"></div>
</body> </html>
Change History (1)
comment:1 Changed 11 years ago by
Component: | [meta] ui.themeroller → [meta] ui.docs |
---|---|
Resolution: | → fixed |
Status: | new → closed |
That url has been corrected. It was supposed to be http://jqueryui.com/themes/base/jquery.ui.all.css