An open API service indexing awesome lists of open source software.

https://github.com/motdotla/regular_form_submit_fix

get form submit fix for sammy.js
https://github.com/motdotla/regular_form_submit_fix

Last synced: 7 months ago
JSON representation

get form submit fix for sammy.js

Awesome Lists containing this project

README

          

h1. Get form submit fix for sammy js

p. Sammy.js wants to intercept your GET form submits. This prevents sammy.js from doing that.

h2. Usage

1. Include the file in the head of your document.



2. Include the plugin in your sammy app.


var app = Sammy('body', function() {
this.use(RegularFormSubmitFix);
..