标签:style blog color os io ar for div cti
1 $.ajax({ 2 cache: true, 3 type: "POST", 4 url:ajaxCallUrl, 5 data:$(‘#yourformid‘).serialize(),// 你的formid 6 async: false, 7 error: function(request) { 8 alert("Connection error"); 9 }, 10 success: function(data) { 11 $("#commonLayout_appcreshi").parent().html(data); 12 } 13 });
标签:style blog color os io ar for div cti
原文地址:http://www.cnblogs.com/shangrongyiweng/p/3945494.html