https://github.com/firstandthird/formjax
Submit a standard web form via ajax
https://github.com/firstandthird/formjax
Last synced: 4 months ago
JSON representation
Submit a standard web form via ajax
- Host: GitHub
- URL: https://github.com/firstandthird/formjax
- Owner: firstandthird
- License: mit
- Created: 2014-07-27T22:29:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:49:30.000Z (over 2 years ago)
- Last Synced: 2025-03-04T09:40:24.089Z (4 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# formjax
[](https://travis-ci.org/firstandthird/formjax)
Submit a form via ajax
## Installation
```sh
npm install formjax
```## Usage
```js
import 'formjax'
// or
import Formjax from 'formjax'
```