How to make a counter in jQuery + HTML? Well, how many votes, rating.
What a question, and such an answer ..
<script type="text/javascript"> $('#votes').html('<b>1</b> голос'); $('#rates').html('<b>1%</b> рейтинга'); </script>
Source: https://ru.stackoverflow.com/questions/171785/