2024/01/25 웹접근성 : a태그에 내용없을 경우 내용없음로 표시
This commit is contained in:
parent
2f33c7724e
commit
4a22e5ae40
@ -1296,6 +1296,8 @@ $(document).ready(function () {
|
||||
$(".tb_list01 a").each(function(index,itm){
|
||||
if($(itm).text()==""){
|
||||
$(itm).attr("tabindex","-1");
|
||||
$(itm).text("내용없음");
|
||||
$(itm).css("text-indent","-99999px");
|
||||
}else{}
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user