Modify ↓
Ticket #3340 (closed bug: duplicate)
$(window).height() don't work in Opera
| Reported by: | emaia | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | dimensions | Version: | 1.2.6 |
| Keywords: | css .height() window | Cc: | |
| Blocking: | Blocked by: |
Description
$('div').css({
height: $(window).height() equal to 100%
});
dont't work in Opera 9.5
In jQuery website, examples don't work too
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.

Dup of #3117.