こんにちは私は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: "
});
方向性が悪いと思います。
ウィジェットが存在しませんか?
誰かが私を助けることができますか?ありがとう。