안녕하세여 퍼블리셔
선배님들
다름이 아니라 윈도우 리사이즈에 관한 질문인데요
$(document).ready(function(){ gnbControl(); });
$(window).resize(function(){ gnbControl(); });
function gnbControl( ) {
var wrap_w = $(window).width();
if (wrap_w >= 1270){
$(".gnb > li").unbind();
gnb01();
} else {
$(".gnb > li").unbind();
gnb02();
}
}
var wrap_w = $(window).width();
if (wrap_w >= 1270){
$(".gnb > li").unbind();
gnb01();
} else {
$(".gnb > li").unbind();
gnb02();
}
}
function gnb01(){
$(".gnb > li").bind("mouseenter focusin",function(){
$(".mBox").animate({"width":"1500px"});
});
$(".gnb > li").bind("mouseleave focusout",function(){
$(".mBox").animate({"width":"500px"});
});
}
$(".gnb > li").bind("mouseenter focusin",function(){
$(".mBox").animate({"width":"1500px"});
});
$(".gnb > li").bind("mouseleave focusout",function(){
$(".mBox").animate({"width":"500px"});
});
}
function gnb02(){
$(".gnb > li").bind("mouseenter focusin",function(){
$(".mBox").animate({"width":"200px"});
});
$(".gnb > li").bind("mouseleave focusout",function(){
$(".mBox").animate({"width":"100px"});
});
}
$(".gnb > li").bind("mouseenter focusin",function(){
$(".mBox").animate({"width":"200px"});
});
$(".gnb > li").bind("mouseleave focusout",function(){
$(".mBox").animate({"width":"100px"});
});
}
.mBox {width:100%;height:50px;margin-top:50px;background:url('../images/') green;}
여기서 window 가 1270 인상태로
gnb li 영역에 마우스가 올려졌다가 나온상태가 되면
mBox 의 넓이가 500이 되는데
1270 이하로 내려갔을때도
mBox 의 넓이가 500이 됩니다.
1270 이하일때는
gnb01 로 발생한 모든 액션들이 제거 됬으면 좋겠거든요
gnb01 에
$(".mBox").css({"width":"100%"}); 추가하면 되지만
다잡아야 할부분들이 너무 많아서 ㅠㅠ
이런방법말고
window 가 1270 이하일때는
gnb01 로 인해 발생한 액션들을 삭제하고
gnb02 만 적용시키고
window 가 1270 이상일때는
gnb02로 인해 발생한 액션들을 삭제하고
gnb01만 적용시키고 싶습니다
새로고침같은 방법말고 좋은 방법좀 알려주세요~~~
부탁드려요 선배님들 ㅠㅠ
댓글 2개
Gaumi
10년 전
음..모르겠네요....
주말에 공부해봐야겠어요..
주말에 공부해봐야겠어요..
mwdkim
10년 전
저도 봐도 모르겠네요 ㅜㅜ ㅎ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 130 | 20년 전 | 4003 | ||
| 129 | 20년 전 | 2941 | ||
| 128 | 20년 전 | 3675 | ||
| 127 | 20년 전 | 3510 | ||
| 126 | 20년 전 | 3764 | ||
| 125 | 20년 전 | 8593 | ||
| 124 | 20년 전 | 2602 | ||
| 123 | 20년 전 | 3749 | ||
| 122 | 20년 전 | 3209 | ||
| 121 | 20년 전 | 2611 | ||
| 120 | 20년 전 | 2673 | ||
| 119 | 20년 전 | 2586 | ||
| 118 | 20년 전 | 2861 | ||
| 117 |
|
20년 전 | 3061 | |
| 116 | 20년 전 | 5313 | ||
| 115 | 20년 전 | 3924 | ||
| 114 | 20년 전 | 4973 | ||
| 113 | 20년 전 | 6212 | ||
| 112 | 20년 전 | 7324 | ||
| 111 | 20년 전 | 18431 | ||
| 110 | 20년 전 | 6875 | ||
| 109 | 20년 전 | 2883 | ||
| 108 | 20년 전 | 4139 | ||
| 107 |
prosper
|
20년 전 | 2501 | |
| 106 |
prosper
|
20년 전 | 4319 | |
| 105 |
아우겐나이스
|
20년 전 | 2913 | |
| 104 | 20년 전 | 2259 | ||
| 103 | 20년 전 | 2478 | ||
| 102 | 20년 전 | 2260 | ||
| 101 | 20년 전 | 2576 | ||
| 100 | 20년 전 | 1750 | ||
| 99 | 20년 전 | 1571 | ||
| 98 | 20년 전 | 1618 | ||
| 97 | 20년 전 | 2130 | ||
| 96 | 20년 전 | 1878 | ||
| 95 | 20년 전 | 2378 | ||
| 94 | 20년 전 | 3567 | ||
| 93 | 20년 전 | 1564 | ||
| 92 | 20년 전 | 1757 | ||
| 91 | 20년 전 | 3183 | ||
| 90 | 20년 전 | 2343 | ||
| 89 | 20년 전 | 3171 | ||
| 88 | 20년 전 | 2872 | ||
| 87 | 20년 전 | 3297 | ||
| 86 | 20년 전 | 5135 | ||
| 85 | 20년 전 | 2521 | ||
| 84 | 20년 전 | 4825 | ||
| 83 | 20년 전 | 2507 | ||
| 82 | 20년 전 | 3122 | ||
| 81 | 20년 전 | 7630 | ||
| 80 | 20년 전 | 3825 | ||
| 79 | 20년 전 | 3210 | ||
| 78 | 20년 전 | 4697 | ||
| 77 | 20년 전 | 2902 | ||
| 76 | 20년 전 | 6220 | ||
| 75 | 20년 전 | 4470 | ||
| 74 | 20년 전 | 5783 | ||
| 73 | 20년 전 | 3627 | ||
| 72 | 20년 전 | 5970 | ||
| 71 | 20년 전 | 3119 | ||
| 70 | 20년 전 | 2845 | ||
| 69 | 20년 전 | 2642 | ||
| 68 | 20년 전 | 2447 | ||
| 67 | 20년 전 | 2656 | ||
| 66 | 20년 전 | 2673 | ||
| 65 | 20년 전 | 3791 | ||
| 64 | 20년 전 | 2828 | ||
| 63 | 20년 전 | 2457 | ||
| 62 | 20년 전 | 2265 | ||
| 61 | 20년 전 | 3078 | ||
| 60 | 20년 전 | 3134 | ||
| 59 | 20년 전 | 2520 | ||
| 58 | 20년 전 | 2591 | ||
| 57 | 20년 전 | 2967 | ||
| 56 | 20년 전 | 2321 | ||
| 55 | 20년 전 | 2763 | ||
| 54 | 20년 전 | 2128 | ||
| 53 | 20년 전 | 2354 | ||
| 52 | 20년 전 | 2700 | ||
| 51 |
prosper
|
21년 전 | 2351 | |
| 50 |
prosper
|
21년 전 | 2171 | |
| 49 | 21년 전 | 2180 | ||
| 48 | 21년 전 | 2344 | ||
| 47 | 21년 전 | 1935 | ||
| 46 | 21년 전 | 1930 | ||
| 45 | 21년 전 | 2136 | ||
| 44 | 21년 전 | 2362 | ||
| 43 | 21년 전 | 4583 | ||
| 42 |
prosper
|
21년 전 | 2716 | |
| 41 |
prosper
|
21년 전 | 2115 | |
| 40 | 21년 전 | 2180 | ||
| 39 | 21년 전 | 2148 | ||
| 38 | 21년 전 | 2421 | ||
| 37 | 21년 전 | 2569 | ||
| 36 | 21년 전 | 1777 | ||
| 35 | 21년 전 | 4073 | ||
| 34 | 21년 전 | 3851 | ||
| 33 | 21년 전 | 2990 | ||
| 32 |
prosper
|
21년 전 | 2905 | |
| 31 | 21년 전 | 5285 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기