Advertisement
Joeytje50

Untitled

Aug 4th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('[name="message"]').keypress(function(e) {
  2.     if (e.which == 32 || e.which == 13) {
  3.         switch (this.value) {
  4.         case '/c': this.value = '*cough* ';break;
  5.         }
  6.     }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement