Jquery的api中提供了對元素應用disabled和readonly屬性的方法,在這裡記錄下。 ... $('input').attr(“readonly”,false)//去除input元素的readonly屬性
確定! 回上一頁