Bug Tracker

Modify

Ticket #10408 (closed bug: invalid)

Opened 21 months ago

Last modified 21 months ago

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

comment:1 Changed 21 months ago by anonymous

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

comment:2 Changed 21 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to attributes

That's right. :)

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.