How can I create a “Please Wait, Loading…” animation using jQuery?

后端 未结 17 1971
长情又很酷
长情又很酷 2020-11-22 00:07

I would like to place a \"please wait, loading\" spinning circle animation on my site. How should I accomplish this using jQuery?

17条回答
  •  终归单人心
    2020-11-22 00:37

    Place this code on your body tag

    Loading...

    And use this jquery script

    
    

    See a full example working here.

    http://bootdey.com/snippets/view/page-loader

提交回复
热议问题