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

  • SEARCH
  • Home
  • 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 7164489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:05:01+00:00 2026-05-28T14:05:01+00:00

I have code 1 which executes with this in the head: <link class=jsbin href=http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css

  • 0

I have code 1 which executes with this in the head:

<link class="jsbin" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
<script class="jsbin" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>

Then I have code 2 which goes by:

<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
<script src="livesearch.js" type="text/javascript"></script>

The problem is that when I put the last reference (code 2) the first doesn’t work anymore..
What am I doing wrong?

( for some reason code 2 doesnt react on jquery 1.7 )

  • 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-05-28T14:05:02+00:00Added an answer on May 28, 2026 at 2:05 pm

    What you need is this : jQuery.noConflict.

    If necessary, we can free up the jQuery name as well by passing true
    as an argument to the method. This is rarely necessary, and if we must
    do this (for example, if we need to use multiple versions of the
    jQuery library on the same page)

    For example:

    <script class="jsbin" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="javascript">
    // now you alias the v1.7 jQuery to jQuery17
    jQuery17 = jQuery.noConfict(true);
    </script>
    
    <script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
    <script type="javascript">
    // now you alias the v1.4 jQuery to jQuery14
    jQuery14 = jQuery.noConfict(true);
    </script>
    

    And put you two parts of code in different scopes.

    (function($){
    //put your codes here which need jQuery 1.7 version
    .....
    })(jQuery17);
    
    (function($){
    //put your codes here which need jQuery 1.4 version
    .....
    })(jQuery14);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this formula in a cell: =GetData(Channel_01,Chicago) Which executes this code: Public Function
I have code which needs to do something like this There is a list
I have this code: <script type=text/javascript> var url = http://www.xxxxx.xxx/xxxxxxxxx; var txt; var id1;
Sorry just found this code here - http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html and the mutex was explained with
I have some C# code which formats a MS Project file. This code works
I have the code below which loops through selected checkboxes and executes and sql
I have a code which when run, it executes series of lines in sequence.
I have a form with a few buttons which execute code when pressed like
I have code which looks like: private static DirectiveNode CreateInstance(Type nodeType, DirectiveInfo info) {
I have code which as been working against an older Active Directory server and

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.