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.
$.pjax.submit
1 parent 2029cdb commit 8099146Copy full SHA for 8099146
README.md
@@ -190,7 +190,7 @@ if ($.support.pjax) {
190
191
### `$.pjax.submit`
192
193
-Submits a form via pjax. This function is experimental but GitHub uses it on [Gist][gist] so give it a shot!
+Submits a form via pjax.
194
195
``` javascript
196
$(document).on('submit', 'form[data-pjax]', function(event) {
@@ -405,7 +405,6 @@ $ open http://localhost:4567/
405
```
406
407
[compat]: http://caniuse.com/#search=pushstate
408
-[gist]: https://gist.github.com/
409
[$.fn.on]: http://api.jquery.com/on/
410
[$.ajax]: http://api.jquery.com/jQuery.ajax/
411
[pushState]: https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history#Adding_and_modifying_history_entries
0 commit comments