Skip to content

Commit

Permalink
Update README.md to use GitHub Actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Jan 10, 2024
1 parent 72937c1 commit 080d554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 080d554

Please sign in to comment.