hello telerik,
When I used the embedded JQuery to get the height or width of a element , it always less than the actual value 6px;
for example ,there is a control : <input id='a' style='height:30px' value='test'>
when I use the method $("#a").css("height") , it returns a incorrect value: 24px ; But when I use the earlier version of jquery.js , it would give me a correct value 30px;
When I used the embedded JQuery to get the height or width of a element , it always less than the actual value 6px;
for example ,there is a control : <input id='a' style='height:30px' value='test'>
when I use the method $("#a").css("height") , it returns a incorrect value: 24px ; But when I use the earlier version of jquery.js , it would give me a correct value 30px;