自定义复选框样式

 <td style="width:100px" id="MarkSMS">               
   <label class="chk" style="margin-top:5px;margin-left:10px;font-weight: normal;" title="是否发送短信" onclick="selectIsSMS(this)"><input type="checkbox"  id="markSMS" checked="checked" >是否发短信</label>
 </td>
setTimeout($("#MarkSMS").cssCheckbox(), 500);

 

posted @ 2019-11-27 10:32  James·wang  阅读(676)  评论(0编辑  收藏  举报