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, };

 

效果图:

 

 

 

 

以上!!!

posted @ 2017-05-22 22:39  Mr_伍先生  阅读(11191)  评论(1编辑  收藏  举报