Skip to main content

Bug Tracker

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

Attachments (0)
Change History (2)

Changed October 03, 2011 07:40AM UTC by anonymous comment:1

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

Changed October 03, 2011 01:14PM UTC by timmywil comment:2

component: unfiledattributes
priority: undecidedlow
resolution: → invalid
status: newclosed

That's right. :)