Skip to content

jQuery plugin for increase and decrease values on a text field.

Notifications You must be signed in to change notification settings

raphaisdev/Quantitizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quantitizr

jQuery plugin for increase and decrease values on a text field.

What this plugin do?

Puts a two links after a text field for increase and decrease the number on it.

  • Requires jQuery 1.5 or newer // The lower versions was never tested.

How to use?

  • Put this on your html head tag:
<script type="text/javascript" src="js/jquery.quantitizr/jquery.quantitizr.js"></script>
<link rel="stylesheet" href="js/jquery.quantitizr/jquery.quantitizr.css" type="text/css" />
  • Call the function on document ready on bottom of your code, before the body end tag:
<script type="text/javascript">
	$(document).ready(function() {
		$(".qnt").quantitizr();
	});
</script>

Tips and recomendations

  • Always verify if all links (include images links in css file) are correct
  • Always debug your code before you publicate your code.
  • If you find any bug, please go to my website and send me a message, only that way i will be able to deal with him.

###License: MIT License - http://www.opensource.org/licenses/mit-license.php

Sorry about my english! Enjoy!

About

jQuery plugin for increase and decrease values on a text field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published