Opened 10 years ago
Closed 10 years ago
#13135 closed bug (duplicate)
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]… ====================================================
Note: See
TracTickets for help on using
tickets.
Duplicate of #13134.