1.0.6 • Published 6 years ago

formax v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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());
});
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago