收藏一段代码备用。
$(‘input:text’).attr(“disabled”,”disabled”);//设为不可用
$(‘input:text’).removeAttr(“disabled”); //取消不可用的设置
$(‘input:text’).attr(“readonly”,”readonly”);//设为只读
$(‘input:text’).removeAttr(“readonly”);//取消只读的设置
Post a comment now »
本文目前不可评论
Sorry, the comment form is closed at this time.
No comments yet.