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
Initiates a request for the current URL to the server using pjax mechanism and replaces the container with the response. Does not add a browser history entry.
204
+
205
+
```javascript
206
+
$.pjax.reload('#pjax-container', options)
207
+
```
208
+
177
209
### `$.pjax`
178
210
179
211
Manual pjax invocation. Used mainly when you want to start a pjax request in a handler that didn't originate from a click. If you can get access to a click `event`, consider `$.pjax.click(event)` instead.
@@ -336,7 +368,7 @@ Check if your favorite server framework supports pjax here: https://gist.github.
336
368
337
369
#### Layout Reloading
338
370
339
-
Layouts can be forced to do a hard reload assets or html changes.
371
+
Layouts can be forced to do a hard reload when assets or html changes.
340
372
341
373
First set the initial layout version in your header with a custom meta tag.
0 commit comments