Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/formjax
Submit a standard web form via ajax
https://github.com/firstandthird/formjax
Last synced: 14 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:49:30.000Z (about 2 years ago)
- Last Synced: 2025-01-03T14:08:23.868Z (30 days 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
[![Build Status](https://travis-ci.org/firstandthird/formjax.svg?branch=master)](https://travis-ci.org/firstandthird/formjax)
![npm](https://img.shields.io/npm/v/formjax.svg)Submit a form via ajax
## Installation
```sh
npm install formjax
```## Usage
```js
import 'formjax'
// or
import Formjax from 'formjax'
```