How to make a counter in jQuery + HTML? Well, how many votes, rating.

    1 answer 1

    What a question, and such an answer ..

    <script type="text/javascript"> $('#votes').html('<b>1</b> голос'); $('#rates').html('<b>1%</b> рейтинга'); </script> 
    • And how 2,3,4 ??? - MrGons18
    • @ MrGons18, um. Replace 1 with 2 ... - ModaL