안녕하세여 퍼블리셔
선배님들
다름이 아니라 윈도우 리사이즈에 관한 질문인데요
$(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년 전 | 396 | ||
| 7929 | 9년 전 | 313 | ||
| 7928 | 9년 전 | 404 | ||
| 7927 | 9년 전 | 326 | ||
| 7926 | 9년 전 | 656 | ||
| 7925 | 9년 전 | 339 | ||
| 7924 | 9년 전 | 326 | ||
| 7923 | 9년 전 | 332 | ||
| 7922 | 9년 전 | 366 | ||
| 7921 | 9년 전 | 394 | ||
| 7920 | 9년 전 | 312 | ||
| 7919 | 9년 전 | 330 | ||
| 7918 | 9년 전 | 484 | ||
| 7917 | 9년 전 | 323 | ||
| 7916 | 9년 전 | 397 | ||
| 7915 | 9년 전 | 395 | ||
| 7914 | 9년 전 | 403 | ||
| 7913 | 9년 전 | 555 | ||
| 7912 | 9년 전 | 404 | ||
| 7911 | 9년 전 | 352 | ||
| 7910 | 9년 전 | 397 | ||
| 7909 | 9년 전 | 496 | ||
| 7908 | 9년 전 | 411 | ||
| 7907 | 9년 전 | 356 | ||
| 7906 | 9년 전 | 376 | ||
| 7905 | 9년 전 | 354 | ||
| 7904 | 9년 전 | 340 | ||
| 7903 | 9년 전 | 338 | ||
| 7902 | 9년 전 | 547 | ||
| 7901 |
|
9년 전 | 725 | |
| 7900 | 9년 전 | 566 | ||
| 7899 | 9년 전 | 365 | ||
| 7898 | 9년 전 | 375 | ||
| 7897 | 9년 전 | 329 | ||
| 7896 | 9년 전 | 349 | ||
| 7895 | 9년 전 | 458 | ||
| 7894 | 9년 전 | 374 | ||
| 7893 | 9년 전 | 321 | ||
| 7892 | 9년 전 | 372 | ||
| 7891 | 9년 전 | 750 | ||
| 7890 | 9년 전 | 1186 | ||
| 7889 | 9년 전 | 741 | ||
| 7888 |
limsy1987
|
9년 전 | 538 | |
| 7887 | 9년 전 | 533 | ||
| 7886 | 9년 전 | 421 | ||
| 7885 | 9년 전 | 391 | ||
| 7884 | 9년 전 | 397 | ||
| 7883 | 9년 전 | 391 | ||
| 7882 | 9년 전 | 433 | ||
| 7881 | 9년 전 | 424 | ||
| 7880 | 9년 전 | 547 | ||
| 7879 | 9년 전 | 447 | ||
| 7878 | 9년 전 | 1205 | ||
| 7877 | 9년 전 | 738 | ||
| 7876 | 9년 전 | 470 | ||
| 7875 | 9년 전 | 546 | ||
| 7874 |
|
9년 전 | 797 | |
| 7873 | 9년 전 | 508 | ||
| 7872 | 9년 전 | 662 | ||
| 7871 | 9년 전 | 470 | ||
| 7870 | 9년 전 | 596 | ||
| 7869 | 9년 전 | 419 | ||
| 7868 | 9년 전 | 429 | ||
| 7867 | 9년 전 | 408 | ||
| 7866 | 9년 전 | 475 | ||
| 7865 | 9년 전 | 438 | ||
| 7864 | 9년 전 | 503 | ||
| 7863 | 9년 전 | 498 | ||
| 7862 | 9년 전 | 458 | ||
| 7861 | 9년 전 | 615 | ||
| 7860 | 9년 전 | 608 | ||
| 7859 | 9년 전 | 397 | ||
| 7858 | 9년 전 | 693 | ||
| 7857 | 9년 전 | 1057 | ||
| 7856 | 9년 전 | 506 | ||
| 7855 | 9년 전 | 729 | ||
| 7854 | 9년 전 | 719 | ||
| 7853 | 9년 전 | 569 | ||
| 7852 | 9년 전 | 498 | ||
| 7851 | 9년 전 | 491 | ||
| 7850 | 9년 전 | 574 | ||
| 7849 | 9년 전 | 351 | ||
| 7848 | 9년 전 | 401 | ||
| 7847 | 9년 전 | 634 | ||
| 7846 | 9년 전 | 443 | ||
| 7845 | 9년 전 | 401 | ||
| 7844 | 9년 전 | 384 | ||
| 7843 | 9년 전 | 400 | ||
| 7842 | 9년 전 | 387 | ||
| 7841 | 9년 전 | 374 | ||
| 7840 | 9년 전 | 390 | ||
| 7839 | 9년 전 | 424 | ||
| 7838 | 9년 전 | 506 | ||
| 7837 | 9년 전 | 343 | ||
| 7836 | 9년 전 | 389 | ||
| 7835 | 9년 전 | 460 | ||
| 7834 |
|
9년 전 | 1184 | |
| 7833 | 9년 전 | 408 | ||
| 7832 | 9년 전 | 404 | ||
| 7831 | 9년 전 | 543 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기