Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リンクの href を動的に変更したい場合、 または を使用する必要がありますprop()かattr()?
prop()
attr()
、などのブール値のプロパティでより一般的に使用されるように.attr()、 を使用します。.prop()checkedselected.prop
.attr()
.prop()
checked
selected
.prop
最終的には機能的に非常に似ている(または以前は似ていた)と思いますが
注意: jQuery API サイトは、ブール値の「sway」に従っているようです。
.prop()- 使用例checkedとdisabled
disabled
.attr()- 使用例alt titleとsrc
alt
title
src