Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
Description
$('div').css({
height: $(window).height() equal to 100%
});
dont't work in Opera 9.5
In jQuery website, examples don't work too
Note: See
TracTickets for help on using
tickets.
Dup of #3117.