Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
```