php - Ajax not posting all data objects -


i send data ajax posting not posting data. posting 185 json objects, posting 142 objects out of 185. code is

   $.post( "<?= $this->webroot ?>st/getall", ( data ),function( htmldata )     {     alert('rgrgr');    console.log(htmldata);    $("#submit").prop('disabled', true);    $("#blank").remove();    $("#tb tr:first").after(htmldata);    },'html'); 


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -