text effects - counter
by Jon Eyrick
HTML
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore-min.js"></script>
<script src="http://inknows.com/lib/jqtexteffects.js"></script>
<div style="font-size: 20px; line-height:24px; margin: 10px">
<span id="somenumber">1987820</span>
<button onclick="$('#somenumber').textEffects({inc:parseInt(1987820,10)});">inc</button>
</div>
<div style="font-size: 20px; line-height:24px; margin: 10px">
<span id="sometext" style="font-family: monospace;">ENCRYPTED</span></p>
<button onclick="$('#sometext').textEffects({text:'HACK THE PLANET'}); return false">go</button></div>
<br/>
<a href="//github.com/aghull/jquery-texteffects">Github</a>