您好,我使用的是切换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: "
});我认为这个方向行不通。
小工具不存在吗?
有人能帮我吗?谢谢。
发布于 2012-10-09 08:28:39
jqueryUI.com刚刚完全重做了他们的网站。主题切换器工具已不复存在。我认为,除非他们把东西直接拿到那里,否则你就不走运了。
其他人也在抱怨这个问题,here.。
根据他们的twitter feed,主题切换器是“不再有”。但总会有the Super Theme Switcher.
https://stackoverflow.com/questions/12790907
复制相似问题