jQuery load 함수를 사용하여 사용후기(itemuse) 게시판을 노출

This commit is contained in:
gnuboard
2013-06-12 15:46:09 +09:00
parent 1d7225a5eb
commit 63f654f2cb
6 changed files with 245 additions and 160 deletions

View File

@ -175,7 +175,7 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
var subject = "";
var content = "";
$.ajax({
url: g4_bbs_url+"/filter.ajax.php",
url: g4_bbs_url+"/ajax.filter.php",
type: "POST",
data: {
"subject": "",