raphaisdev / Quantitizr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 59.6%Language:HTML 28.0%Language:CSS 12.4%