@ttungbmt/jquery.values

0.0.5 • Public • Published

jquery-values

jQuery plugin to get / set values of multiple form elements at once.

// get values
jQuery('#form-selector').values();

// set values
jQuery('#form-selector').values({
	username:'default',
	email: 'email@domain.com',
	first_name: 'John',
	last_name: 'Doe'
});

Installation

yarn add jquery-values

Authors

  • Written by [Truong Thanh Tung]
  • Patched by ttungbmt

Readme

Keywords

none

Package Sidebar

Install

npm i @ttungbmt/jquery.values

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

77.6 kB

Total Files

12

Last publish

Collaborators

  • ttungbmt