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 7781743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:19:32+00:00 2026-06-01T19:19:32+00:00

I have a functionality that works fine under jQuery 1.7. But another functionality on

  • 0

I have a functionality that works fine under jQuery 1.7. But another functionality on a different page that breaks and needs jQuery 1.4.2.

How do I effectively switch from 1.7 to 1.4.2 when the page with the 1.4.2 functionality loads?

Thanks

  • 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-01T19:19:34+00:00Added an answer on June 1, 2026 at 7:19 pm

    first of all I would strongly suggest that you try to see what the problem with that plugin or piece of code that you say “it breaks” using the newest version of jQuery.

    nevertheless, you can always load several versions of jQuery on the same page and treat them differently, for example:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
    <script>
        // loads latest jQuery (1.7.2)
        var $ = jQuery.noConflict();
        $("#hello").text($.fn.jquery);
    </script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script>
        // loads jQuery 1.4.2
        var jq142 = jQuery.noConflict();
        jq142("#hello2").text(jq142.fn.jquery);
    </script>  
    

    Live example on JsBin

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

Sidebar

Related Questions

I currently have pagination functionality that displays the total page count, but I was
I have a slightly complicated setup that, of course, works fine in XP, but
I have some functionality that needs to be async in my C# app. It's
We have a piece of functionality that is used by several different applications (clients)
I have an Excel add-in I am developing that works fine in Windows XP.
I have a Jquery accordion which works fine. Sections get expanded/collapsed when clicked on
I have some functionality that I need in all my classes which derive from
I have common functionality that I need to access from all screens of my
I have a search functionality that obtains data from an InnoDB table ( utf8_spanish_ci
How can I have that functionality in my game through which the players can

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.