Skip to content

Commit 2700086

Browse files
committed
Syntax fixes to make grunt work
1 parent a9316b2 commit 2700086

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

grunt.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use strict;
21
var config = require("./config.json");
32

43
module.exports = function( grunt ) {

page/ajax/ajax-and-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title : Ajax and Forms
3-
level : beginner
3+
level: beginner
44
---
55

66
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)