请帮忙。在我的ajax调用中收到错误无效的JSON原语,这个以下的ajax调用有什么问题
$.ajax({ url: "/Precedent/ShowPartyContents",type: "POST",contentType: 'application/json; charset=utf-8',dataType: 'html',data:{'partyId':party,'PartySelCombo':valueFrom,'DocumentId':DocId},sucess:function(result){ alert("String"+ result); //jq("#PartyTagContentArea-"+ pass cheyyenda id).html(data).fadeIn(); },error : function( ts ){ alert("error :(" + ts.responseText); } });@H_403_4@谢谢