Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9251799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:47:27+00:00 2026-06-18T10:47:27+00:00

I am building a website for a customer and the site is using two

  • 0

I am building a website for a customer and the site is using two versions of jQuery. One version is for the “Lava Lamp” navigation effect for the top site navigation links. The other version is for the “Smooth Div” image slider. I can only get one or the other to work, never both simultaneously even when I plugged in the ‘noConflict’ script. I have since removed the noConflict script and re-uploaded it to the server.

Here is the site: http://www.webexplosive.com/spokes

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T10:47:28+00:00Added an answer on June 18, 2026 at 10:47 am

    When you declare:

    var jQuery_1_2_3 = $.noConflict(true);
    

    It removes the $ alias for jQuery. So you can’t write :

    $(function(){
       jQuery_1_2_3(selector).doSomething();
    });
    

    The initial $ is undefined.

    Needs to be:

    jQuery_1_2_3(function(){
           jQuery_1_2_3(selector).doSomething();
    }); 
    

    OR ( if want to use $ inside document.ready ):

    /* pass "$" to ready handler argemnent*/
    jQuery_1_2_3(function($){
           /* can use "$" inside read now*/
           $(selector).doSomething();
    }); 
    

    The API docs have good instructions and examples

    http://api.jquery.com/jQuery.noConflict/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am building a product catalog for a customer website under ASP.NET using .NET
Im building a website with a jquery header that fades one picture into the
I am building an EC website for a customer and the project manager came
I'm building some custom content types to capture customer data on a website. Admins
I am building a website using php and mysql.I have a login that is
I am building a customer-facing website that requires me to build 1) some analytics
Building a website using a PHP based Ecommerce product Magento. The problem I have
I am building a website for a customer who may not be very computer
I am currently building an ecommerce website using ASP .Net MVC3. At the end
I building website using following script. Sometime this javascript crash sometimes not. Weird thing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.