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.
絶対 div の高さを取得しようとしていますが、問題が発生しています。jQuery の .height() が正しい hei を取得しない
助けてくれてありがとう!
あなたは間違った要素をつかんでいます...
$('#boxHeight div').first().html($('#box').height()); ----^----
http://jsfiddle.net/Y9Upp/6/