File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,12 @@ container, not the link that was clicked.
230
230
<td><code>options</code></td>
231
231
<td>fires after pjax has started from a link that got clicked</td>
232
232
</tr>
233
+ <tr>
234
+ <td><code>pjax:beforeReplace</code></td>
235
+ <td></td>
236
+ <td><code>contents, options</code></td>
237
+ <td>before replacing HTML with content loaded from the server</td>
238
+ </tr>
233
239
<tr>
234
240
<td><code>pjax:success</code></td>
235
241
<td></td>
@@ -275,6 +281,12 @@ container, not the link that was clicked.
275
281
<td><code>null, options</code></td>
276
282
<td>before replacing content</td>
277
283
</tr>
284
+ <tr>
285
+ <td><code>pjax:beforeReplace</code></td>
286
+ <td></td>
287
+ <td><code>contents, options</code></td>
288
+ <td>right before replacing HTML with content from cache</td>
289
+ </tr>
278
290
<tr>
279
291
<td><code>pjax:end</code></td>
280
292
<td></td>
You can’t perform that action at this time.
0 commit comments