zl程序教程

您现在的位置是:首页 >  其它

当前栏目

自定义复选框样式

自定义 样式 复选框
2023-09-11 14:19:20 时间
 <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);