Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.46 KB

form-plus

NPM version Build Status Downloads License

Provide extra form features such as AJAX submit, skip empty, resubmitting lock.

Russian readme

Install

npm install form-plus

Features

Follow links for more usage information:

Testing

For tests, you need to install selenium-drivers for browsers. To run tests, use:

npm test

Browsers support

  • Internet Explorer 11+
  • Other modern browsers

For old browsers see paulzi-form package with similar functionality.