会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yangcclug
博客园
园子
首页
新随笔
联系
管理
订阅
2016年11月25日
jquery 设置页面元素不可点击、不可编辑、只读(备忘)
摘要: $("input").attr('readonly', true); $("textarea").attr('readonly', true); $(':radio').attr('disabled', true); $(':checkbox').attr('disabled', true); $(
阅读全文
posted @ 2016-11-25 17:22 洋葱土豆随心匠
阅读(32563)
评论(0)
推荐(2)
编辑
公告