Skip to content

Instantly share code, notes, and snippets.

@dmorley
Created January 10, 2011 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmorley/772966 to your computer and use it in GitHub Desktop.
Save dmorley/772966 to your computer and use it in GitHub Desktop.
counter
using this jquery addon:http://jqeasy.com/jquery-character-counter/
Using this startup:
<script type="text/javascript">$(document).ready(function(){$('#status_message_message').jqEasyCounter({'maxChars': 1000,'maxCharsWarning': 140});});</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment