0.2.0 • Published 3 years ago

jquery-single-page-form v0.2.0

Weekly downloads
99
License
MIT
Repository
github
Last release
3 years ago

jquery-single-page-form

NPM Version NPM Downloads

The jQuery plugin that displays the input, confirmation, and completion screen flow. It uses jQuery ajax to provide a single page.

Demo

Usage

const options = {
  demo: true,
}
$(window).singlePageForm(options)

Installation

Simple usage

cp src/jquery-single-page-form.js ${your project}

Minified code usage

git clone https://github.com/ljourm/jquery-single-page-form.git
cd jquery-single-page-form
yarn install
yarn build

cp dist/jquery-single-page-form.min.js ${your project}

Options

TODO

License

MIT license