1

你好我使用themeswitcher jquery ui,但现在没有工作。

mi代码是:

<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>

            $('#switcher').themeswitcher({
                 onSelect: function() {
                    $.cookie('hola',$.cookie('jquery-ui-theme'),{ expires: 7 });
                    //alert($.cookie('jquery-ui-theme'));
                 },
                 path:'/web/'
                 ,initialText: "Seleccione tema"
                 ,loadTheme: "Smoothness"
                 ,buttonPreText: "Tema: "
                });

我觉得方向不行。

小部件不存在?

有人可以帮助我吗?谢谢。

4

1 回答 1

5

jqueryUI.com 刚刚完全重做了他们的网站。主题切换器工具不再存在。我认为,除非他们把他们的东西直接送到那里,否则你就不走运了。

其他人在这里抱怨这个问题.

根据他们的特,主题切换器“不再存在”。但总有超级主题切换器。

于 2012-10-09T00:28:38.693 回答