|
|
|
(Ajax, jQuery) มึนๆ ครับผม ฝั่ง Ajax ผมรับค่ามาแล้ว มันไม่รุ้จักครับ |
|
|
|
|
|
|
|
<a href="data/contact.php?gmc=<? echo $r['IdCountry']; ?>" class='contact'><img src="<? echo $r['IconCountry']; ?>" name="<? echo $r['IdCountry']; ?>" width="100" height="100" border="0" id="<? echo $r['IdCountry']; ?>" /><br />
<? echo $r['NameCountry']; ?></a>
jQuery(function ($) {
var contact = {
message: null,
init: function () {
//cc=$("#gmc").val();
$('#contact-form input.contact, #contact-form a.contact').click(function (e) {
e.preventDefault();
gmc=$("#gmc").val(); //<< อันนี้ผมรับค่ามาถูกไหมครับ
// username=$("#user_name").val();
// cc = document.getElementById("gmc").value;
// load the contact form using ajax
//data1: $("#txt1").val(),
// gmc=getURL("gmc");
$.get("data/contact.php?cc="+gmc, function(data){ //<<< แถวนี้ครับที่ผมรับค่า
// create a modal dialog with the data
$(data).modal({
closeHTML: "<a href='#' title='Close' class='modal-close'>x</a>",
position: ["15%",],
overlayId: 'contact-overlay',
containerId: 'contact-container',
onOpen: contact.open,
onShow: contact.show,
onClose: contact.close
});
});
});
},
ค่าที่ได้คือ undefined
ผมมึนล่ะครับ ผมต้องรับค่าจากที่คลิกมายังไงครับ
Tag : PHP, MySQL, JavaScript, Ajax, jQuery
|
|
|
|
|
|
Date :
2012-07-16 17:39:40 |
By :
ddsiam |
View :
962 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บรรทัดไหนครับ
|
|
|
|
|
Date :
2012-07-17 05:56:31 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หมายถึงอยากได้ค่า IdCountry ใช่ไหม ครับ หรือ อยากได้ค่าไหนครับ งงคำถาม
|
|
|
|
|
Date :
2012-07-17 09:06:23 |
By :
popnakub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บันทัดที่ 12 ครับ
|
|
|
|
|
Date :
2012-07-17 09:31:13 |
By :
ddsiam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|