이미지확인후 이미지닫기 문구 출력 살려놓기 #238

This commit is contained in:
gnuboard
2013-06-20 18:18:56 +09:00
parent 6a73cc3125
commit 5672abf7ce

View File

@ -1005,13 +1005,11 @@ $(function(){
$img_display.toggle();
/*
if($img_display.is(":visible")) {
$(this).text($(this).text().replace("확인", "닫기"));
} else {
$(this).text($(this).text().replace("닫기", "확인"));
}
*/
});
$(".sit_wimg_close").bind("click", function() {
var $img_display = $(this).parents(".banner_or_img");