Skip to content

jdubwelch/jquery-plugin-serializeFilledForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

jquery-plugin-serializeFilledForm

jQuery Plugin that only serializes inputs in a form that have values.

Usage

var serialized = $('#my-form').serializeFilledForm();

// don't decode URI
var serialized = $('#my-form').serializeFilledForm({ decode: false });

// ignore inputs with the class "ignore"
var serialized = $('#my-form').serializeFilledForm({ invalidClass: 'ignore' });

About

jQuery Plugin that only serializes inputs in a form that have values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published