How to make Gmail like loading progress bar

前端 未结 4 661
栀梦
栀梦 2021-02-10 03:29

I want create a loading progress bar like Gmail in center and top of the page, and work in all browsers

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-10 03:50

    You can use the jQuery UI Progressbar plugin. As your page loads the data it needs, update the value of the progress bar.

提交回复
热议问题