Opened 11 years ago
Closed 11 years ago
#10408 closed bug (invalid)
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
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
That's right. :)
Note: See
TracTickets for help on using
tickets.
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