$('.tabLink ul li a').click(function(){
if ($(this).attr('rel') != undefined) {
$('.tabLink ul li a').removeClass('on');
$(this).addClass('on');
$('.tabList').hide();
$($(this).attr('rel')).show();
}
});
'jquery' 카테고리의 다른 글
[bxslider.js] 슬라이드 깨기/만들기 (0) | 2020.04.06 |
---|---|
Select 박스에 링크 연결하기 (0) | 2020.04.06 |
[fullpage.js] 페이지에 링크 걸기 (0) | 2020.04.06 |
[bxslider.js] 3개 출력 슬라이드 소스 (0) | 2020.04.06 |
[bxslider.js] current, total index값 얻기 (0) | 2020.04.06 |
댓글