1.0.1 • Published 9 years ago

djs-range v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

How to install

  $ npm install djs

How to use

	<form>
		<input class="djs" min="0" max="100">
		<input class="djs" min="0" max="100">
		<input class="djs" min="0" max="100">
	</form>
	djs({
		name: 'djs',
		max: 100
	});
1.0.1

9 years ago

1.0.0

9 years ago