The title of the jquery implementation link quickly appears. The title of the jquery Link

Source: Internet
Author: User

The title of the jquery implementation link quickly appears. The title of the jquery Link

1 <! DOCTYPE html> 2 

JQueryEvent-pageY Property

Show the cursor position

Show () method

Show all hidden <p> elements:

Note:Show () is applicable to elements hidden by display: none in jQuery and CSS (not applicable to elements hidden by visibility: hidden ).

In JQuery, what does function (e) mean by e?

Answer 1: e is an event. In firefox, window. event can only be used at the event site. Therefore, only the event is transmitted to the function for use. To be compatible with FF and other browsers, e is usually assigned in the function:

E = window. event | e;

That is to say, if window. event exists, the browser supports direct use of window. event. If not, it means not. If not, it uses the passed e.

 

Answer 2: The event object event is exactly the same as the event in <input type = "text" onclick = "aaa (event)">.

The parameter e in the event binding function in jquery is compatible with various browsers that have been processed in the framework.

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.