From d566b4b44e8e9e32741da165783e8e59d5e381c7 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sun, 5 Mar 2017 21:47:50 -0500 Subject: [PATCH] Adds build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d4218ed..f8b49593 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#jQuery Form +#jQuery Form [![Build Status](https://travis-ci.org/jquery-form/form.svg?branch=master)](https://travis-ci.org/jquery-form/form) ##Overview The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. Both of these methods support numerous options which allows you to have full control over how the data is submitted.