|
|
|
อยากทราบว่าถ้าต้องการจะ post ajax เป็น post json จะต้องแก้ตรงไหนคะ |
|
|
|
|
|
|
|
Code (JavaScript)
$.ajax({
type: "POST", //type action such as get, post
url: "url.php",//url destination
data: "tmode=find_person&qstr="+$('#qstr').val(),//variable
dataType: "json",//send datatype json format
cache: false,//don't cache
success: function(rs) {
//query ok
console.log(rs);
},
error: function(rs) {
//if have any error
console.log(rs);
}
});
ลองทำดูนะำไม่ได้ยังไง ปรึกษาได้ จร้า
geidtiphong_s[at]hotmail.com
|
ประวัติการแก้ไข 2013-11-27 21:09:15
|
|
|
|
Date :
2013-11-27 21:08:19 |
By :
geidtiphong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|