基于jquery的页面加载进度条插件,可以在页面顶端显示细长的进度条,类似淘宝宝贝列表页的效果。NProgress.js
A nanoscopic progress bar. Featuring realistic trickle animations to convince your users that something is happening!
官方网站:https://github.com/rstacruz/nprogress
GitHub下载地址:https://github.com/rstacruz/nprogress
NProgress.start() — shows the progress bar 显示一个进度条
NProgress.set(0.4) — sets a percentage 设置进度条的百分比
NProgress.inc() — increments by a little
NProgress.done() — completes the progress 进度完成
有话要说