Is it possible for javascript / jquery / html / css / something else to block all text inside input field upon entering the said field?
It sounds like n00b question, but I can’t find the answer >_<
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.
Do you mean the
disabledattribute which you can add with javascript once theblurevent of the input has fired?Should do the trick (not tested, but should work).