开发者

Sending json data using jquery

开发者 https://www.devze.com 2023-03-19 20:53 出处:网络
I have a small doubt. I am trying to send json data to my back end page like this. But i am getting error. where in only $fb_list1 is json data. So h开发者_如何学运维ow do i send it from here.

I have a small doubt. I am trying to send json data to my back end page like this. But i am getting error. where in only $fb_list1 is json data. So h开发者_如何学运维ow do i send it from here.

$('.fresh_start')
    .html("<div class='response1'><img src='/images/preloader.gif' alt='Loading.....'></img></div>")
    .load('abc.php',{product:'lcd',type:'product_display',fb_list:"<?php echo $fb_list1 ?>"});


Maybe there your answer Serializing to JSON in jQuery

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号