你好我使用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: "
});
我觉得方向不行。
小部件不存在?
有人可以帮助我吗?谢谢。