2024/01/17 웹접근성 수정
This commit is contained in:
parent
c14afc8a5c
commit
4e4dc50051
@ -282,7 +282,7 @@ $(document).ready(function(){
|
||||
btnLast.attr('data-focus-next','sub36_pop02');
|
||||
btnLast.attr('data-focus','sub36_pop02_close');
|
||||
*/
|
||||
|
||||
|
||||
})
|
||||
</script>
|
||||
<!-- 일정 상세 -->
|
||||
|
||||
@ -164,7 +164,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<div class="cont_body">
|
||||
<div class="pop_tb_type01" style="overflow:visible; margin-bottom: 15px;">
|
||||
<div class="pop_tb_type01 tb_info" style="overflow:visible; margin-bottom: 15px;">
|
||||
<table>
|
||||
<caption>신청인정보 : 성명, 생년월일, 핸드폰, 이메일, 소속기업, 분야, 저작권 교육 수강 여부, 교육관련 사전질의 등의 정보입력</caption>
|
||||
<colgroup>
|
||||
|
||||
@ -364,7 +364,7 @@
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<div class="cont_body">
|
||||
<div class="pop_tb_type01" style="overflow:visible;">
|
||||
<div class="pop_tb_type01 tb_input" style="overflow:visible;">
|
||||
<table>
|
||||
<caption>교육문의 - 문의내용 입력</caption>
|
||||
<thead>
|
||||
|
||||
@ -1136,7 +1136,7 @@ function boardCaptionToggle() {
|
||||
if($(itm).is(".tb_input")){
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보입력 </caption>");
|
||||
}else{
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공22 </caption>");
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공 </caption>");
|
||||
}
|
||||
|
||||
} else {
|
||||
@ -1144,14 +1144,14 @@ function boardCaptionToggle() {
|
||||
if($(itm).is(".tb_input")){
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보입력 </caption>");
|
||||
}else{
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공22 </caption>");
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공 </caption>");
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function boardCaptionToggle02() {
|
||||
var thLength = $(".tb_list01 th").length;
|
||||
//var thLength = $(".tb_list01 th").length;
|
||||
$(".tb_list01").each(function (idx, itm) {
|
||||
var subTit = "";
|
||||
if($(itm).siblings(".cont_tit").find("h2").length == 1){
|
||||
@ -1161,6 +1161,7 @@ function boardCaptionToggle02() {
|
||||
}
|
||||
|
||||
var thText = "";
|
||||
var thLength = $(itm).find("th").length;
|
||||
$(itm).find("th").each(function (index, item) {
|
||||
thText += $(item).text();
|
||||
if (index === thLength - 1) {
|
||||
@ -1180,10 +1181,11 @@ function boardCaptionToggle02() {
|
||||
}
|
||||
|
||||
function boardCaptionToggle03() {
|
||||
var thLength = $(".tb_type02 thead th").length;
|
||||
//var thLength = $(".tb_type02 thead th").length;
|
||||
$(".tb_type02").each(function (idx, itm) {
|
||||
var subTit = $(itm).prev(".tb_tit01").find(".tb_tit01_left p").text();
|
||||
var thText = "";
|
||||
var thLength = $(itm).find("thead th").length;
|
||||
$(itm).find("thead th").each(function (index, item) {
|
||||
thText += $(item).text();
|
||||
if (index === thLength - 1) {
|
||||
@ -1232,16 +1234,23 @@ function popCaptionToggle() {
|
||||
if ($(".pop_tb_type01 caption").length == 0) {
|
||||
if($(itm).is(".tb_input")){
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보입력 </caption>");
|
||||
}else{
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공222 </caption>");
|
||||
}else if($(itm).is(".tb_info")){
|
||||
|
||||
}
|
||||
else{
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공 </caption>");
|
||||
}
|
||||
|
||||
} else {
|
||||
$(itm).find("caption").remove();
|
||||
if($(itm).is(".tb_input")){
|
||||
$(itm).find("caption").remove();
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보입력 </caption>");
|
||||
}else{
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공222 </caption>");
|
||||
}else if($(itm).is(".tb_info")){
|
||||
|
||||
}
|
||||
else{
|
||||
$(itm).find("caption").remove();
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공 </caption>");
|
||||
}
|
||||
}
|
||||
})
|
||||
@ -1268,7 +1277,7 @@ function popCaptionToggle02() {
|
||||
if($(itm).is(".tb_input")){
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보입력 </caption>");
|
||||
}else{
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공33 </caption>");
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공 </caption>");
|
||||
}
|
||||
|
||||
} else {
|
||||
@ -1276,7 +1285,7 @@ function popCaptionToggle02() {
|
||||
if($(itm).is(".tb_input")){
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보입력 </caption>");
|
||||
}else{
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공33 </caption>");
|
||||
$(itm).find("table").prepend("<caption>" + subTit + " : " + thText + "등의 정보제공 </caption>");
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user