From 080d55439c86cc03b63bcdf879cd7d729f075c25 Mon Sep 17 00:00:00 2001 From: Koala Yeung Date: Wed, 10 Jan 2024 11:37:36 +0800 Subject: [PATCH] Update README.md to use GitHub Actions badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e506fc09..8d313229 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jQuery Form [![Build Status](https://travis-ci.org/jquery-form/form.svg?branch=master)](https://travis-ci.org/jquery-form/form) +# jQuery Form [![Build Status](https://github.com/jquery-form/form/workflows/Tests/badge.svg?branch=master)](https://github.com/jquery-form/form/actions?query=branch%3Amaster) ## 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 allow you to have full control over how the data is submitted.