An open API service indexing awesome lists of open source software.

https://github.com/npm-dom/dom-value

get / set form input values
https://github.com/npm-dom/dom-value

Last synced: about 1 month ago
JSON representation

get / set form input values

Awesome Lists containing this project

README

          

# dom-value

Set form input values

## Install

$ npm install dom-value

## API

### value(el)

Get `el`'s value.

### value(el, value)

Set `el`'s value.

## License

MIT