how to display ajax response data in the html table using laravel 5.6

前端 未结 0 674
滥情空心
滥情空心 2021-01-29 10:09
$.ajax({
  url: \'PublicHomepageCategory\',
  method: \'post\',
  data: {
    category: category
  },
  dataType: \'json\',
  success: function(reslut) {
    $("#aj         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题