我有一個問題與jQuery getJSON和取代結果。jquery getJson和數組
jQuery代碼
jQuery(document).ready(function(){
jQuery.getJSON("gsm.php",{getproducts:'495074, 495061, 495060'},function(response){
jQuery.each(response, function() {
jQuery('#item1').html(response.item1);
jQuery('#item2').html(response.item2);
});
});
});
gsm.php JSON響應
[
{
"item1": "test data 1",
"item2": "test data 1a"
},
{
"item1": "test data 2",
"item2": "test data a"
}
]
我很抱歉,但我不能與其他職位解決我的問題。
我將不勝感激任何幫助。
謝謝!
啊......你的問題是什麼? – 2013-04-22 10:31:55