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!