2024/02/20 웹접근성 : 찜하기 버튼 title 수정

This commit is contained in:
kmg 2024-02-20 17:00:35 +09:00
parent 93a45e3c1e
commit 5eac965809

View File

@ -127,6 +127,7 @@ $(document).ready(function(){
if ($thisCell.text().trim() === "접수전") { if ($thisCell.text().trim() === "접수전") {
$applyButton.prop('disabled', false); // 버튼 비활성화 $applyButton.prop('disabled', false); // 버튼 비활성화
$applyButton.text('찜하기'); $applyButton.text('찜하기');
$applyButton.attr('title','찜하기 창 열림');
$applyButton.attr('onclick', "fn_ggim('" + $($thisCell).closest('tr').data('value') + "');"); $applyButton.attr('onclick', "fn_ggim('" + $($thisCell).closest('tr').data('value') + "');");
} }
if ($thisCell.text().trim() === "찜하기") { if ($thisCell.text().trim() === "찜하기") {