Skip to main content

Bug Tracker

Side navigation

#13134 closed bug (notabug)

Opened December 30, 2012 06:39PM UTC

Closed December 30, 2012 09:26PM UTC

1.8.3 height

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.3
Keywords: Cc:
Blocked by: Blocking:
Description

ok

$(window).resize(function() {

$('#121').html( $(window).width() );

});

ok

bug

$(window).resize(function() {

$('#121').html( $(window).height() );

});

not worker

in firefox, jquery ver: 1.8.3

if jquery verstion is 1.7.2, it's worker ok.

email: iiibob@126.com

=
Attachments (0)
Change History (2)

Changed December 30, 2012 09:25PM UTC by dmethvin comment:1

#13135 is a duplicate of this ticket.

Changed December 30, 2012 09:26PM UTC by dmethvin comment:2

resolution: → notabug
status: newclosed

Sounds like you're in quirks mode, which jQuery doesn't support. Also, an id of #121 isn't valid. Ask for help on a forum.