Skip to content

Instantly share code, notes, and snippets.

@benjamn
Created April 18, 2009 01:15
Show Gist options
  • Save benjamn/97375 to your computer and use it in GitHub Desktop.
Save benjamn/97375 to your computer and use it in GitHub Desktop.
(function() {
try {
$("textarea").unbind();
$("#chars_left_notice").remove();
} catch (ex) { alert(ex); }
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment