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

renaming files in a directory using python or R -

html - outline-style different in chrome compared to firefox and internet explorer -

ruby on rails - Carrierwave Timeout -