Quick Solution for conflicts between JQuery $ and other JS _ jquery-js tutorial

Source: Internet
Author: User
This article mainly introduces the quick solution to the conflict between JQuery $ and other JS. If you need it, you can refer to it and hope to help everyone, jQuery is currently the most popular JS encapsulation package, which simplifies many complicated JS programs. JQuery defines the browser DOM tree as $ to get each subnode through $.

Then, JS plug-ins are not only JQuery, but also prototype. js and other good plug-ins. They also use $. So sometimes when you use these two JS plug-ins at the same time, the right to use $ conflict may occur. Now let's take a look at how to solve this conflict. See the following:

We all know that JQuery has a function. jquery. noConflict () is used to transfer the control of $. Then we can use jQuery instead of $ to get the dom node.

Example:

Method 1:

The Code is as follows:


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.