From 27000863ac13e4197b93efb2ca0327a43860776c Mon Sep 17 00:00:00 2001 From: David Mazza Date: Tue, 16 Oct 2012 13:49:14 -0400 Subject: [PATCH] Syntax fixes to make grunt work --- grunt.js | 1 - page/ajax/ajax-and-forms.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/grunt.js b/grunt.js index 1f4c80f6..de6462d6 100644 --- a/grunt.js +++ b/grunt.js @@ -1,4 +1,3 @@ -use strict; var config = require("./config.json"); module.exports = function( grunt ) { diff --git a/page/ajax/ajax-and-forms.md b/page/ajax/ajax-and-forms.md index 472b950d..b79cef15 100644 --- a/page/ajax/ajax-and-forms.md +++ b/page/ajax/ajax-and-forms.md @@ -1,6 +1,6 @@ --- title : Ajax and Forms -level : beginner +level: beginner --- 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!