Currently, I have a chat application where the user is able to enter messages in the textarea. When a user writes in the textarea and sends the message, the keyboard disappears. If the user wants to send another message, he needs to click the input box again to write the message.
I want to prevent the keyboard from disappearing after sending a message.
Is this possible using jQuery?