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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:43:45+00:00 2026-06-15T12:43:45+00:00

I have a project that was so poorly designed that it’s a basically a

  • 0

I have a project that was so poorly designed that it’s a basically a brick and mortar setup. Upgrading apparently was never so much as a passing thought.

For example, all the external scripts in this development are stored at the top of the body and moving them breaks everything due to how it was rolled out. So my dilemma is: a lot if this existing project is built on jQuery 1.4.4, but a lot of the planned new stuff is reliant on things in 1.7 and up. Unfortunately as it is, I need to load 1.4.4 in first, leaving it as the standard while loading in 1.8.3 and having 1.8.3 be the version with no conflict set. The problem is no matter how I try to load version 1.8.3 in, either before or after the 1.4.4, 1.8.3 ends up overriding 1.4.4 and causing either all out breakage or silent failures.

Is there anything I can do to load both and have 1.8.3 be my no conflict without breaking 1.4.4?

  • 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-15T12:43:46+00:00Added an answer on June 15, 2026 at 12:43 pm

    assuming that your jquery 1.4.4 is set to $, you can do something like this:

    <script src='http://code.jquery.com/jquery-1.4.4.min.js'></script>
    <script> var $ = jQuery.noConflict(); </script>
    <script src='http://code.jquery.com/jquery.min.js'></script>
    <script> var newJquery = jQuery.noConflict(); </script>
    

    example fiddle: http://jsfiddle.net/6BvNh/1/

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

Sidebar

Related Questions

I have been assigned a project with a lot of poorly written code that
I have a project that may be started on local machine with ./manage.py runserver
I have a project that I have divided quite aggressively into different layers. I
I have a project that using some third-party libraries. My questions is how to
I have a project that is displaying 16px text font at 0.5ems links on
I have a project that's been changed and modified in bits and pieces over
I have a project that I've added to my Jenkins server. The project includes
I have a project that is coded in C. I can build it, change
I have a project that compiles and runs on my system but when I
I have a project that is supposed to run on different (at least 2)

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.