Response title
This is preview!
<table style="100px" id="a">
<tr>
<td><div style="height:1000px"></div></td>
</tr>
</table>
jq 1.6.4
$("#a").css("height") >> 1000 ,$("#a").height() >>1000
old version
$("#a").css("height") >> 100 ,$("#a").height() >>1000
thanks
this is a url for test
http://jsfiddle.net/zwb185/Vpzdp/
test result:
V 1.4.4, 1.5.2, 1.6.2 , 1.6.3, 1.6.4,
$("#t").height()=331
$("#t").css("height") = 331px
V 1.3.2
$("#t").height()=331
$("#t").css("height") = 150px
sorry,i am chinese, my english is bad, please don't joke.
sorry, This is my mistake
please try this, Switch between different versions
© 2013 jQuery Foundation
Sponsored by and others.