码迷,mamicode.com
首页 > 其他好文 > 详细

禁用/启用整个table

时间:2014-12-29 23:02:05      阅读:1802      评论:0      收藏:0      [点我收藏+]

标签:jquery   整个table的disabled属性   




有关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

标签:jquery   整个table的disabled属性   

原文地址:http://blog.csdn.net/woaipaiqiu/article/details/42246983

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!