This package has been deprecated

Author message:

moved

formax

1.0.6 • Public • Published

Formax

Submit Forms with Ajax

index.html

<html>
<head>
    <script defer src="//unpkg.com/formax"></script>
    <script defer src="main.js"></script>
</head>
<body>
    <form id="getDog" action="https://dog.ceo/api/breeds/image/random" method="GET">
            <button>Get Dogs</button>
    </form>
</body>
</html>

main.js

registerForm("form#getDog", async res => {
  console.log(await res.json());
});

/formax/

    Package Sidebar

    Install

    npm i formax

    Weekly Downloads

    3

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    3.92 kB

    Total Files

    7

    Last publish

    Collaborators

    • npm
    • maxaussprung