-
Notifications
You must be signed in to change notification settings - Fork 4
Form Fill - A form fill jQuery plugin
makotovh/formFill
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/** * jQuery Form Fill - http://makoto.blog.br/formFill * -------------------------------------------------------------------------- * * Licensed under The MIT License * * @version 0.1 * @since 16.06.2010 * @author Makoto Hashimoto * @link http://makoto.blog.br/formFill * @twitter http://twitter.com/makotovh * @license http://www.opensource.org/licenses/mit-license.php MIT * @package jQuery Plugins * * Thanks to: * -------------------------------------------------------------------------- * @wbotelhos * * Usage: * -------------------------------------------------------------------------- * * $('form#formUser').fill({"name" : "Makoto Hashimoto", "email" : "makoto@makoto.blog.br"}); * * <form id="formUser"> * <label>Name:</label> * <input type="text" name="user.name"/> * <label>E-mail:</label> * <input type="text" name="user.email"/> * </form> */
About
Form Fill - A form fill jQuery plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published