发表于: sitebuild | 作者: | 日期: 2012/8/09 06:08
标签:

收藏一段代码备用。

$(‘input:text’).attr(“disabled”,”disabled”);//设为不可用
$(‘input:text’).removeAttr(“disabled”); //取消不可用的设置
$(‘input:text’).attr(“readonly”,”readonly”);//设为只读
$(‘input:text’).removeAttr(“readonly”);//取消只读的设置

: https://blog.darkmi.com/2012/08/09/2360.html

本文相关评论 - 1条评论都没有呢
Post a comment now » 本文目前不可评论

No comments yet.

Sorry, the comment form is closed at this time.