Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 494 Bytes

Customary

cus·tom·ar·y

/ˈkəstəˌmerē/

adjective

  1. according to the customs or usual practices associated with a particular society, place, or set of circumstances.

This package prevents HTML forms from submitting by hooking in to and preventing their submit event.

This means that native validation can be leveraged, and a callback passed to the function can handle the form after it has already been validated by the browser.