Skip to content

Commit 9a0b578

Browse files
committed
Ajax and Forms: Fix link to prefilters documentation
Fixes jquerygh-502
1 parent fdd86b6 commit 9a0b578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/ajax/ajax-and-forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ attribution:
66
- jQuery Fundamentals
77
---
88

9-
jQuery's ajax capabilities can be especially useful when dealing with forms. There are several advantages, which can range from serialization, to simple client-side validation (e.g. "Sorry, that username is taken"), to [prefilters](http://api.jquery.com/extending-ajax/#Prefilters) (explained below), and even more!
9+
jQuery's ajax capabilities can be especially useful when dealing with forms. There are several advantages, which can range from serialization, to simple client-side validation (e.g. "Sorry, that username is taken"), to [prefilters](http://api.jquery.com/jQuery.ajaxPrefilter/) (explained below), and even more!
1010

1111
### Serialization
1212

0 commit comments

Comments
 (0)