How do I make Ajax update every 10 seconds in jquery?

前端 未结 3 1695
傲寒
傲寒 2021-01-14 16:08

How do I make Ajax update every 10 seconds in jquery?

    $.ajax({
    type: \"GET\",
    url: options.feedUrl,
    dataType: \"xml\",
    async:options.sync         


        
3条回答
提交回复
热议问题