Opened 10 years ago
Closed 10 years ago
#13134 closed bug (notabug)
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: [email protected]… ====================================================
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
#13135 is a duplicate of this ticket.