function showEditDialog(regID){
$.post("getGiftDetail.php",
{reg_id: regID },
function(data) {});
}
Ajaxで「getGiftDetail.php」を呼び出しているのですが、このphpファイルが呼び出されません。私を助けてください!なぜこれが機能しないのですか?
function showEditDialog(regID){
$.post("getGiftDetail.php",
{reg_id: regID },
function(data) {});
}
Ajaxで「getGiftDetail.php」を呼び出しているのですが、このphpファイルが呼び出されません。私を助けてください!なぜこれが機能しないのですか?