1
你好我使用themeswitcher jquery ui但現在沒有工作。jquery ui themeswitcher
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: "
});
我認爲方向是行不通的。
部件不存在?
有人可以幫助我嗎?謝謝。