jquery-single-page-form

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jquery-single-page-form

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

11.2 kB

Total Files

4

Last publish

Collaborators

  • ljourm