Skip to content

lxpgw/jquery-countable

Repository files navigation

jquery-countable

jquery countable

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/jquery-countable.min.js"></script>
<script>
  jQuery(function ($) {
    $.awesome(); // "awesome"
  });
</script>

License

MIT © lxpgw