Call the focus of the DOM object to get the focus of the text box _ jquery

Source: Internet
Author: User
To get the focus of an object, you should call the focus Method of the DOM object. The following is a good example. You can refer to the object obtained in JQuery or the JQuery object, the use of focus () only enables the object to get the onFocus () function, but cannot be the object to get the focus. To get the focus of the object, you should call the focus Method of the DOM object, that is:

The Code is as follows:


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


Note the differences between the two functions:

The Code is as follows:


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


The first is to increase the onFocus () time, and the other is to make the DOM object focus.
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.