How can I use load() to refresh a div without duplicating the element?

后端 未结 3 1991
长情又很酷
长情又很酷 2021-01-13 11:59

I use this code to refresh a div with the id=\"my\":



        
3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-13 12:27

    Alter your code to use $.get() instead of .load()

    
    

提交回复
热议问题