在JS中是输入框变为只读属性怎么做,有具体代码.
tr.append("<td><inputtype='text'xtype='decimalThree'class='quantity_text'name='quanti...
tr.append("<td><input type='text' xtype='decimalThree' class='quantity_text' name='quantity' value='"+ item.quantity +"'/></td>");
将这个数量输入框改为只读 展开
将这个数量输入框改为只读 展开
2个回答
展开全部
tr.children(":text").prop("readonly",true)
追问
能改我的代码么?
追答
tr.append("");
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询