Skip to content

souldzin/postalypse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

postalypse

This is a javascript library that enables form submission to multiple locations.

###Usage

You can go postal with a given form element or use 'closest' to find the form nearest the executing script.

<form>
   <input name='something' value='unimportant' />
   <span>...</span>
</form>
<script> Postalypse.gopostal('closest', ['/url/1', '/url/2']); </script>

About

This javascript library submits a form to multiple urls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published