Loading Content using Ajax with PHP Include

前端 未结 5 1255
旧时难觅i
旧时难觅i 2021-01-28 18:15

I have a PHP page which has a div, the div has a PHP includes which includes this file:



        
5条回答
  •  死守一世寂寞
    2021-01-28 18:59

    You are not able to see content loaded by AJAX because the page is reloading as soon as you click the anchor. Disable the anchor event by using preventDefault() and this should fix it.

    
    

提交回复
热议问题