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
Post a Comment