$('.cn').click(function() {
var pic_id = $(this).attr('href');
console.log(pic_id);
//alert(pic_id);
$.ajax({
type: "POST",
url: "<?php echo base_url();?>anda/coins",
async: false,
data: "pic_id="+pic_id,
dataType: 'json',
success: function(data){
//alert(data);
$('.cn_point').html(data.id);
}
});
});
我接到電話回值並顯示在頁面上,但得到刷新和跨度隱藏的價值。有沒有人可以幫助我?我無法找到我的錯誤。錯誤的jQuery AJAX方法和頁面刷新獲得
認沽'返回false;而'$ .ajax'功能後'權 – asprin 2013-03-09 06:32:51
非常感謝。我阿司匹林解決我的問題...... – 2013-03-09 06:44:59