We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f094b7c commit 4d1745bCopy full SHA for 4d1745b
Readme.md
@@ -34,16 +34,24 @@ NProgress.start();
34
NProgress.done();
35
~~~
36
37
-Using [Turbolinks] or similar? Ensure you're using Turbolinks 1.3.0+, and use
38
-this: (explained
39
- [here](https://github.com/rstacruz/nprogress/issues/8#issuecomment-23010560))
+### Turbolinks
+Ensure you're using Turbolinks 1.3.0+, and use
+this: (explained [here](https://github.com/rstacruz/nprogress/issues/8#issuecomment-23010560))
40
41
~~~ js
42
$(document).on('page:fetch', function() { NProgress.start(); });
43
$(document).on('page:change', function() { NProgress.done(); });
44
$(document).on('page:restore', function() { NProgress.remove(); });
45
46
47
+### Pjax
48
+Try this: (explained [here](https://github.com/rstacruz/nprogress/issues/22#issuecomment-36540472))
49
+
50
+~~~ js
51
+$(document).on('pjax:start', function() { NProgress.start(); });
52
+$(document).on('pjax:end', function() { NProgress.done(); });
53
+~~~
54
55
Ideas
56
-----
57
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments