How to focus the text box in JQuery Example Analysis _ jquery-js tutorial

Source: Internet
Author: User
This article mainly introduces JQuery's method of getting the focus of the text box, and analyzes jQuery's skill in getting the focus of the text box, if you need it, you can refer to the example in this article to analyze the method of getting the focus of the text box in JQuery. Share it with you for your reference. The specific analysis is as follows:

Because the object obtained in JQuery is still a JQuery object, using focus () only enables this object to obtain the onFocus () function. It cannot be the object that gets the focus, so it is necessary to get the focus of the object, the focus Method of the DOM object should be called, namely:

$ ("# Id") [0]. focus ();

Note the differences between the two functions:

$ ("# Id"). focus ();

$ ("# Id") [0]. focus ();

The first is to increase the onFocus () time, and the other is to make the DOM object focus.

I hope this article will help you with jQuery programming.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.