Skip to content

jquery plugin make numbers countable.

License

Notifications You must be signed in to change notification settings

lichunqiang/jquery-countable

Repository files navigation

Countable

A jQuery plugin, who is extends from [Pro][pro_repos] [pro_repos]:https://github.com/AlloyTeam/Pro

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/countable.min.js"></script>
<script>
jQuery(function($) {
	$('#countup').countable('start');
});
</script>

<span class="my-banner-count" id="countup" data-from="0" data-to="9521">0000</span>

Examples

demo

Listense

MIT

About

jquery plugin make numbers countable.

http://lichunqiang.github.io/jquery-countable

Resources

License

Stars

Watchers

Forks

Packages

No packages published