jquery-single-page-form
v0.2.0
Published
The jQuery plugin that displays the input, confirmation, and completion screen flow. It uses jQuery ajax to provide a single page.
Downloads
15
Readme
jquery-single-page-form
The jQuery plugin that displays the input, confirmation, and completion screen flow. It uses jQuery ajax to provide a single page.
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