|
|
|
อยากทราบว่ามีตัวอย่างโค้ aJax ที่ post ทั้ง form ไปหมดเลยได้ไหม |
|
|
|
|
|
|
|
ลองศึกษาวิธีนี้ดูนะครับ
jQuery serialize
|
|
|
|
|
Date :
2011-08-29 19:01:12 |
By :
Nautilus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
head]Code (PHP)[/head]
function FncLoadDeFault()
{
$('#show_data').block({ message: msgboxshow });
var ConDit=Math.random();
var url='ajax/ajax_input.php?'+ConDit;
$.get(url, function(msg){
$('#show_data').html(msg);
});
}
function Run_submit_data(){
if(!confirm('กรุณายืนยันการบันทึกอีกครั้ง')){
return false;
}
else{
var fields=$("#form_set_around").serializeArray();
var url='process.php';
$.post(url, fields ,function(msg){
alert(msg);
FncLoadDeFault();
//FncCls();/*$('#chk_process').html(msg)*/
});
}
}[
มั้ง - -..
|
|
|
|
|
Date :
2011-08-29 22:02:42 |
By :
ManGal49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|