|
|
|
จะรับค่า GET แบบ jQuery ค่ะแล้วประกาศตัวแปรเก็บไว้ส่งแบบ POST |
|
|
|
|
|
|
|
จะรับค่า GET แบบ JQuery แล้วประกาศตัวแปรเก็บไว้ส่งแบบ POST เช่น <input name="txtid" type="hidden" value="<?php echo $_GET['id'];?>"> จะเปลี่ยนมาเป็นการประกาศตัวแปรแล้วจะส่งค่าไปพร้อมกันทำไงคะ = =!
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script>
$(document).ready(function(){
var txtid=getURL("id");
$("#button1").click(function(){
$.post("scor_e.php",{
Btn1: $("#button1").val(),
txtid:txtid},
function(data){ $("#score").html(data);
} );
});
$("#button2").click(function(){
$.post("scor_e.php",{
Btn1: $("#button2").val(),
txtid:txtid},
function(data){ $("#score").html(data);
} );
});
$("#button3").click(function(){
$.post("scor_e.php",{
Btn1: $("#button3").val(),
txtid:txtid},
function(data){ $("#score").html(data);
} );
});
$("#button4").click(function(){
$.post("scor_e.php",{
Btn1: $("#button4").val(),
txtid:txtid},
function(data){ $("#score").html(data);
} );
});
$("#button5").click(function(){
$.post("scor_e.php",{
Btn1: $("#button5").val(),
txtid:txtid},
function(data){ $("#score").html(data);
} );
});
});
</script>
Tag : PHP, jQuery, CakePHP
|
|
|
|
|
|
Date :
2014-01-03 00:06:07 |
By :
Buono |
View :
2673 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#txtid").val(ค่าที่ได้);
|
|
|
|
|
Date :
2014-01-03 09:03:52 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค่ะ ทำได้แล้วค่ะ >O<
|
|
|
|
|
Date :
2014-01-03 23:49:11 |
By :
BUONO |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จัดไปครับ
|
|
|
|
|
Date :
2014-01-04 08:00:30 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|