Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jquery-single-page-form

ljourm11MIT0.2.0

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

jquery-plugin

readme

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