Skip to main content

Search and Top Navigation

#8354 closed bug (fixed)

Opened May 26, 2012 06:20PM UTC

Closed May 26, 2012 08:25PM UTC

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"

src="http://jqueryui.com/themeroller/themeswitchertool/">

</script>

<div id="switcher"></div>

</body>

</html>

Attachments (0)
Change History (1)

Changed May 26, 2012 08:25PM UTC by rdworth comment:1

component: [meta] ui.themeroller[meta] ui.docs
resolution: → fixed
status: newclosed

That url has been corrected. It was supposed to be http://jqueryui.com/themes/base/jquery.ui.all.css