Skip to content

wilsonpage/jquery-objectify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

###jquery-objectify.js

A small jquery plugin for converting form contents into a javascript object.

Usage:

<form>
	<input type='text' name='name'>
	<input type='text' name='contact.tel'>    
	<input type='text' name='contact.email'>
</form>

var formObject = $('form').objectify();

// { name: <value>, contact: { tel: <value>, email: <value> }}

About

A small jQuery plugin to convert the contents of a form into an object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published