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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -