MCQs > IT & Programming > JQuery > Which will stop user from writing into a text box?

JQuery MCQs

Which of the following will stop user from writing into a text box?

Answer

Correct Answer: $( "input[type=text]" ).focus(function() { $(this).blur(); });

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it