Modify ↓
Ticket #12564 (closed bug: notabug)
Curious value obtained with outerHeight function
| Reported by: | stephane | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.8.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
After updating jQuery from the version 1.7.2 to version 1.8.1, the following instructions does not return an integer value, but it returns the "document" HTML element.
$(document).outerHeight(); -> [ Document# ]
Sorry for my approximative english...
Regards, Stéphane Lasmartres
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.

One of your plugins is shimming outerHeight. Be sure you have upgraded jQuery UI if you are using it.