Skip to content

dmarynych/jquery.fillForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

jquery.fillForm

This jQuery plugin helps you fill form fields, with key-value object, containing input name as key, and value as value.

Example:

####HTML

<form id="form">
    <input name="title" />
    <input name="description" />
</form>

####Javascript

$('#form').fillForm({
    title: 'Your title',
    description: 'Your description'
});

About

jQuery plugin for filling form, with array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published