Skip to content

Commit 86d6cc8

Browse files
committed
Fix YAML on ajax-and-forms article
1 parent dbc2b64 commit 86d6cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

page/ajax/ajax-and-forms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title : Ajax and Forms
2+
title: Ajax and Forms
33
level: beginner
44
source: http://jqfundamentals.com/legacy
55
attribution:
6-
- jQuery Fundamentals
6+
- jQuery Fundamentals
77
---
88

99
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!

0 commit comments

Comments
 (0)