easyUI样式之easyui-switchbutton
Posted Mr_伍先生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyUI样式之easyui-switchbutton相关的知识,希望对你有一定的参考价值。
html文件
<tr>
<th>是否发送短信:</th>
<td>
<input id="sendTxt" name="sendTxt" class="easyui-switchbutton" onText="是" offText="否" width="100px" checked="checked"/>
</td>
</tr>
JS文件
初始化:
$("[switchbuttonName=\'sendTxt\']").switchbutton("check");
传递值
var param = { sendTxt : $("[switchbuttonName=\'sendTxt\']").switchbutton("options").checked, };
效果图:
以上!!!
以上是关于easyUI样式之easyui-switchbutton的主要内容,如果未能解决你的问题,请参考以下文章