jQuery Focus Textbox When Div is clicked
Have you ever wanted to focus textbox when div is clicked but always wondered how to do it? In this article, I am going to share with you a very easy way to automatically set focus to an input textbox when a Div is clicked, using jQuery. The actual code is just 1 line, so […]