AJAX jQuery refresh div every 5 seconds

前端 未结 5 522
忘了有多久
忘了有多久 2020-11-27 05:02

I got this code from a website which I have modified to my needs:




        
5条回答
  •  庸人自扰
    2020-11-27 06:01

    Try using setInterval and include jquery library and just try removing unwrap()

    
    
    

    UPDATE

    you are using a jquery old version so include the latest jquery version

    
    

提交回复
热议问题