js与jquery 对表单值的操作,有些区别不注意还真会混淆

来源:互联网 发布:数据挖掘工程师年薪 编辑:程序博客网 时间:2024/06/06 20:27

checke js:document.getElementById("checkboxID").checked=="true"选中

jquery $("input").is(":checked")=="true"

0 0
原创粉丝点击