新手入門JQuery第二天學習指南

JQuery屬性操作 - 元素固有屬性值 prop() 所謂元素固有屬性就是元素本身自帶的屬性,比如 <a> 元素裏面的 href ,比如 <input> 元素裏面的 type。 獲取:prop(‘屬性’) 設置:prop(‘屬性’,‘屬性值’) 注意:prop() 除了普通屬性操作,更適合操作表單屬性:disabled / checked / selected 等。 - 元素自定義屬性值 att
相關文章
相關標籤/搜索