Generally there is a piece of the program
$('#mchatMsgF').keyup(function(){
How to add an additional variable #message ? Ie, I need the code to work for both mchatMsgF and message at the same time!
I tried this:
$('#mchatMsgF #message').keyup(function(){
But it does not work, who will tell you how this is done?