Jquery Ajax json Serializable
- by willsonchan
I am learing using jquery ajax to hander the JSON..i writre a demo code.
HTMLCODE
$(function () {
$("#add").click(function () {
var json = '{ "str":[{"Role_ID":"2","Customer_ID":"155","Brands":"Chloe;","Country_ID":"96;"}]}';
$.ajax({
url: "func.aspx/GetJson",
…