How to make Gmail like loading progress bar

前端 未结 4 657
栀梦
栀梦 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:48

    You sir need to use $(document).ajaxStart() and $(document).ajaxStop() to achieve that with jQuery.

    http://api.jquery.com/ajaxStart/
    http://api.jquery.com/ajaxStop/

    This might be not exactly what your looking for, but it will help you get started: http://yensdesign.com/2008/11/how-to-create-a-stylish-loading-bar-as-gmail-in-javascript/

提交回复
热议问题