Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description
jQuery("#mydiv").attr("scrollHeight"), wont work anymore in the latest jquery version 1.6.4
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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