2024/01/22 현재 단계 표현 : 폰트색상에서 언더라인으로 수정
This commit is contained in:
parent
a64c42cce8
commit
1b1106a7c7
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
$("#p_"+aprvlCd).parent().attr('class', 'p_on');
|
$("#p_"+aprvlCd).parent().attr('class', 'p_on');
|
||||||
$("#p_"+aprvlCd).parent().prevAll().attr('class', 'p_on');
|
$("#p_"+aprvlCd).parent().prevAll().attr('class', 'p_on');
|
||||||
$("#p_"+aprvlCd).css("color", "#FFFF00").attr("title", "현재페이지");
|
$("#p_"+aprvlCd).css("text-decoration", "underline").attr("title", "현재페이지");
|
||||||
$("#p_"+aprvlCd).click();
|
$("#p_"+aprvlCd).click();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -48,9 +48,9 @@
|
|||||||
$("#loadArea").load("<c:url value='/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDashboardLoadAjax.do' />", sendData ,function(response, status, xhr){
|
$("#loadArea").load("<c:url value='/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDashboardLoadAjax.do' />", sendData ,function(response, status, xhr){
|
||||||
if(status == 'success'){
|
if(status == 'success'){
|
||||||
$(tab).parent().siblings().each(function(index){
|
$(tab).parent().siblings().each(function(index){
|
||||||
$(this).children('a').css('color', '').removeAttr('title')
|
$(this).children('a').css('text-decoration', '').removeAttr('title')
|
||||||
});
|
});
|
||||||
$(tab).css("color", "#FFFF00").attr("title", "현재페이지");
|
$(tab).css("text-decoration", "underline").attr("title", "현재페이지");
|
||||||
|
|
||||||
boardCaptionToggle();
|
boardCaptionToggle();
|
||||||
boardCaptionToggle02();
|
boardCaptionToggle02();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user