스킨화 작업 3차

This commit is contained in:
chicpro
2013-09-25 18:22:10 +09:00
parent 20d1a1a992
commit 21ea906b81
18 changed files with 411 additions and 246 deletions

View File

@ -139,6 +139,11 @@ $(function(){
$("#itemqa").load($(this).attr("href"));
return false;
});
$("a#itemqa_list").on("click", function() {
opener.location.href = this.href;
self.close();
});
});
</script>
<!-- } 상품문의 목록 끝 -->