Forum moderator: Eriko |
uCoz Community uCoz Modules Tag Board Sending messaged on Tag Board |
Sending messaged on Tag Board |
Quote (streetkilln) is there a way so when i press enter on my keyboard it sends the message cuss i forget to press submit and its anoying Quote (Sunny) streetkilln, you can use CTRL + Enter. is there a way to edit the html so that you can just press enter and the message goes through? instead of pressing CTRL + ENTER ....... |
PSHU,
Code <script type="text/javascript"> $('#mchatMsgF').keypress(function(e){ if (e.keyCode == '13'){ $('#mchatBtn').click(); } }); </script> Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||