I have a form, and I want that the first text area would not be selected. No textarea should be selected first. I want the user to click on the textarea on their own in jQuery.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can execute something like this:
It makes all textareas on your page lose focus.
UPDATE:
You’re using text inputs too, so add:
So add this to a script file/script tag in the head of your page: