1
我一直在玩bootstrap handlewidth,但其他一切工作除了這個屬性。我想增加按鈕的大小。自舉開關handlewidth問題
當我改變handleWidth屬性,它什麼都不做
請檢查此的jsfiddle:http://jsfiddle.net/sumw4/1479/
$('.probeProbe').bootstrapSwitch({
'state': true,
'size' : 'normal',
'labelText': "demo",
'handleWidth': 1000 //I want to increase the size of handleWidth
});
該網站/維基,這個工程:http://www.bootstrap-switch.org/examples.html
我不知道爲什麼它的不工作。有人可以幫忙嗎?我在這裏做錯了什麼?