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.
好吧,您可以确保 JS 在加载 HTML 后通过将其包装到document ready. 我从未使用过prop,但attr获得属性很棒。我提供的示例应该有效。
document ready
prop
attr
http://jsfiddle.net/mJzr8/
$().ready(function() { alert($("#id").attr("href")); });