jq 項目uncaught exception type property can’t be changed

使用代碼$("#pwd").attr("type","password")時出現上面的錯誤。this 猜想是該版本jQuery不容許修改控件type屬性,使用原生js語句能夠解決這個問題。word if ($(this).attr("type") == "text") {原生js $(this)[0].type = "password";錯誤 }版本
相關文章
相關標籤/搜索