|
|
|
กำลังหัดเขียน jQuery กับ Ajax อ่านแล้วไม่เข้าใจ ตรงการส่งค่าแบบ POST และแบบ GET ครับ |
|
|
|
|
|
|
|
Code (JavaScript)
<script type="text/javascript">
$(document).ready(function(){
$("#btn1").click(function(){
$.post("webpage.php", {
data1: $("#txt1").val(),
data2: $("#txt2").val(),
data3: $("#txt3").val(),
data4: $("#txt4").val(),
data5: $("#txt5").val()},
function(result){
$("#div1").html(result);
}
);
});
});
</script>
Go to : jQuery Ajax: jQuery and Ajax
|
|
|
|
|
Date :
2011-09-22 06:52:37 |
By :
tc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|