You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,9 +193,9 @@ All events are fired from the container, not the link was clicked.
193
193
194
194
#### start and end
195
195
196
-
*`pjax:start` - Fired when pjaxing begins
196
+
*`pjax:start` - Fired when pjaxing begins.
197
197
*`pjax:end` - Fired when pjaxing ends.
198
-
`pjax:click` - Fired when pjaxified link is clicked
198
+
*`pjax:click` - Fired when pjaxified link is clicked.
199
199
200
200
This pair events fire anytime a pjax request starts and finishes. This includes pjaxing on `popstate` and when pages are loaded from cache instead of making a request.
0 commit comments