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
#13135 is a duplicate of this ticket.