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.
HTML を にラップすることで、HTML がロードされた後に JS が動作することを保証できますdocument ready。は使ったことがないpropのattrですが、属性を取得するのは素晴らしいです。私が提供した例はうまくいくはずです。
document ready
prop
attr
http://jsfiddle.net/mJzr8/
$().ready(function() { alert($("#id").attr("href")); });