Skip to content

Commit 8099146

Browse files
committed
Remove "experimental" warning about $.pjax.submit
1 parent 2029cdb commit 8099146

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ if ($.support.pjax) {
190190

191191
### `$.pjax.submit`
192192

193-
Submits a form via pjax. This function is experimental but GitHub uses it on [Gist][gist] so give it a shot!
193+
Submits a form via pjax.
194194

195195
``` javascript
196196
$(document).on('submit', 'form[data-pjax]', function(event) {
@@ -405,7 +405,6 @@ $ open http://localhost:4567/
405405
```
406406

407407
[compat]: http://caniuse.com/#search=pushstate
408-
[gist]: https://gist.github.com/
409408
[$.fn.on]: http://api.jquery.com/on/
410409
[$.ajax]: http://api.jquery.com/jQuery.ajax/
411410
[pushState]: https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history#Adding_and_modifying_history_entries

0 commit comments

Comments
 (0)