Skip to content

A jQuery plugin to submit a form using enter key on the input fields.

Notifications You must be signed in to change notification settings

erte12/jquery.enter-submit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Enter Submit Plugin

A jQuery plugin to submit a form using enter key on the input fields.

Usage

Basic Usage

$(".form").enter();

Using a target id

$(".form").enter({ 
    buttonId: 'send'
});

Using a target class

$(".form").enter({ 
    buttonClass: 'clickable'
});

Version

1.0.0

License

MIT

About

A jQuery plugin to submit a form using enter key on the input fields.

Resources

Stars

Watchers

Forks

Packages

No packages published