@form2js/jquery
v3.4.0
Published
jQuery plugin adapter for form2js.
Maintainers
Readme
@form2js/jquery
Use form2js through a jQuery plugin adapter.
Install
npm install @form2js/jquery jqueryMinimal usage
import $ from "jquery";
import { installToObjectPlugin } from "@form2js/jquery";
installToObjectPlugin($);
const data = $("#profileForm").toObject({ mode: "first" });For guides, playground examples, and API details, see the docs site: https://maxatwork.github.io/form2js/?variant=jquery
License: MIT
