안녕하세여 퍼블리셔
선배님들
다름이 아니라 윈도우 리사이즈에 관한 질문인데요
$(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년 전
저도 봐도 모르겠네요 ㅜㅜ ㅎ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 378 | ||
| 7929 | 9년 전 | 268 | ||
| 7928 | 9년 전 | 379 | ||
| 7927 | 9년 전 | 300 | ||
| 7926 | 9년 전 | 648 | ||
| 7925 | 9년 전 | 318 | ||
| 7924 | 9년 전 | 293 | ||
| 7923 | 9년 전 | 323 | ||
| 7922 | 9년 전 | 348 | ||
| 7921 | 9년 전 | 378 | ||
| 7920 | 9년 전 | 301 | ||
| 7919 | 9년 전 | 314 | ||
| 7918 | 9년 전 | 477 | ||
| 7917 | 9년 전 | 319 | ||
| 7916 | 9년 전 | 386 | ||
| 7915 | 9년 전 | 372 | ||
| 7914 | 9년 전 | 385 | ||
| 7913 | 9년 전 | 510 | ||
| 7912 | 9년 전 | 385 | ||
| 7911 | 9년 전 | 334 | ||
| 7910 | 9년 전 | 370 | ||
| 7909 | 9년 전 | 473 | ||
| 7908 | 9년 전 | 373 | ||
| 7907 | 9년 전 | 326 | ||
| 7906 | 9년 전 | 341 | ||
| 7905 | 9년 전 | 332 | ||
| 7904 | 9년 전 | 303 | ||
| 7903 | 9년 전 | 306 | ||
| 7902 | 9년 전 | 521 | ||
| 7901 |
|
9년 전 | 719 | |
| 7900 | 9년 전 | 545 | ||
| 7899 | 9년 전 | 352 | ||
| 7898 | 9년 전 | 343 | ||
| 7897 | 9년 전 | 299 | ||
| 7896 | 9년 전 | 327 | ||
| 7895 | 9년 전 | 430 | ||
| 7894 | 9년 전 | 353 | ||
| 7893 | 9년 전 | 287 | ||
| 7892 | 9년 전 | 334 | ||
| 7891 | 9년 전 | 723 | ||
| 7890 | 9년 전 | 1178 | ||
| 7889 | 9년 전 | 735 | ||
| 7888 |
limsy1987
|
9년 전 | 531 | |
| 7887 | 9년 전 | 508 | ||
| 7886 | 9년 전 | 398 | ||
| 7885 | 9년 전 | 368 | ||
| 7884 | 9년 전 | 378 | ||
| 7883 | 9년 전 | 365 | ||
| 7882 | 9년 전 | 378 | ||
| 7881 | 9년 전 | 404 | ||
| 7880 | 9년 전 | 528 | ||
| 7879 | 9년 전 | 426 | ||
| 7878 | 9년 전 | 1166 | ||
| 7877 | 9년 전 | 714 | ||
| 7876 | 9년 전 | 444 | ||
| 7875 | 9년 전 | 516 | ||
| 7874 |
|
9년 전 | 785 | |
| 7873 | 9년 전 | 485 | ||
| 7872 | 9년 전 | 623 | ||
| 7871 | 9년 전 | 451 | ||
| 7870 | 9년 전 | 576 | ||
| 7869 | 9년 전 | 395 | ||
| 7868 | 9년 전 | 388 | ||
| 7867 | 9년 전 | 386 | ||
| 7866 | 9년 전 | 446 | ||
| 7865 | 9년 전 | 407 | ||
| 7864 | 9년 전 | 472 | ||
| 7863 | 9년 전 | 461 | ||
| 7862 | 9년 전 | 440 | ||
| 7861 | 9년 전 | 598 | ||
| 7860 | 9년 전 | 595 | ||
| 7859 | 9년 전 | 374 | ||
| 7858 | 9년 전 | 675 | ||
| 7857 | 9년 전 | 1029 | ||
| 7856 | 9년 전 | 491 | ||
| 7855 | 9년 전 | 707 | ||
| 7854 | 9년 전 | 702 | ||
| 7853 | 9년 전 | 547 | ||
| 7852 | 9년 전 | 475 | ||
| 7851 | 9년 전 | 454 | ||
| 7850 | 9년 전 | 553 | ||
| 7849 | 9년 전 | 321 | ||
| 7848 | 9년 전 | 374 | ||
| 7847 | 9년 전 | 595 | ||
| 7846 | 9년 전 | 413 | ||
| 7845 | 9년 전 | 374 | ||
| 7844 | 9년 전 | 370 | ||
| 7843 | 9년 전 | 382 | ||
| 7842 | 9년 전 | 372 | ||
| 7841 | 9년 전 | 358 | ||
| 7840 | 9년 전 | 367 | ||
| 7839 | 9년 전 | 402 | ||
| 7838 | 9년 전 | 483 | ||
| 7837 | 9년 전 | 325 | ||
| 7836 | 9년 전 | 365 | ||
| 7835 | 9년 전 | 445 | ||
| 7834 |
|
9년 전 | 1174 | |
| 7833 | 9년 전 | 383 | ||
| 7832 | 9년 전 | 382 | ||
| 7831 | 9년 전 | 515 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기