首页 > 代码库 > 禁用/启用整个table
禁用/启用整个table
<script src="https://code.csdn.net/snippets/566315.js" type="text/javascript"></script>
有关JQuery知识:
$("#table_id"): 查找id为table_id的table,相当于:document.getElementById("table_id")
$(":input"): 此为JQuery的一种选择器;匹配所有input textarea select button 元素;
即:以下一些元素都会被匹配:
<input type=text>
<input type=radio>
<input type=checkbox>
<input type=button>
<input type=file>
<input type=submit>
<input type=reset>
<input type=image>
<input type=passward>
<input type=hidden>
<button></button>
<select><option></option></select>
<textareat></textarea>
禁用/启用整个table
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。