jquery toggle
페이지 정보
작성자 허니무스 댓글 0건 조회 2,898회 작성일 18-09-27 17:35본문
$("#right_hover_btn").toggle(
function() {
$("#right_hover_menu").css("background","url('http://opled.kr/img/hover_bg_on.png') repeat-y").animate({
width:"1077px"
}, 1000, 'easeInOutExpo', function() {});
},
function() {
$("#right_hover_menu").css("background","url('http://opled.kr/img/hover_bg.png') repeat-y").animate({
width:"100px"
}, 1000, 'easeInOutExpo', function() {});
}
);댓글목록
등록된 댓글이 없습니다.