$.ajax({
type: "POST",
url: url,
data: $('#form1').serialize(),
success: function(msg){
alert( "Data Saved: " + msg );
}
});
$.ajax({
type: "POST",
url: url,
data: $('#form1').serialize(),
success: function(msg){
alert( "Data Saved: " + msg );
}
});
相关文章: