Side navigation
#10408 closed bug (invalid)
Opened October 03, 2011 07:20AM UTC
Closed October 03, 2011 01:14PM UTC
getting scrollHeight dont work anymore
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | attributes | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
jQuery("#mydiv").attr("scrollHeight"), wont work anymore in the latest jquery version 1.6.4
oh i figure this out, jquery 1.6.4 now uses .prop() instead of .attr() to get the scrollHeight of an element, it was actually true as scrollheight is not an attribute but a property