사이드뷰 수정 작업 중
This commit is contained in:
11
js/common.js
11
js/common.js
@ -567,4 +567,15 @@ $(function(){
|
||||
win_poll(this.href);
|
||||
return false;
|
||||
});
|
||||
|
||||
// 사이드뷰
|
||||
$('a.sv').click(function() {
|
||||
$('.sv_wrap').hide();
|
||||
$(this).find('.sv_wrap').show();
|
||||
|
||||
});
|
||||
|
||||
$(document).click(function() {
|
||||
$('.sv_wrap').hide();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user