[jQuery] why not get value using $('#wrapper').attr('offsetHeight') in firefox?
[jQuery] why not get value using $('#wrapper').attr('offsetHeight') in firefox?
in firefox
$('#wrapper').attr('offsetHeight') == undefined
but
document.getElementById('Wrapper').offsetHeight
is ok
Topic Participants
wanghui.name
dumbomalo
jdsharp
sgrover