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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:19:21+00:00 2026-06-03T19:19:21+00:00

Here is my script: http://jsfiddle.net/9cnGC/11/ <div id=callus> <div class=def>111-1111</div> <div class=num1>222-2222</div> <div class=num2>333-3333</div> <div

  • 0

Here is my script: http://jsfiddle.net/9cnGC/11/

<div id="callus">
<div class="def">111-1111</div>
<div class="num1">222-2222</div>
<div class="num2">333-3333</div>
<div class="num3">444-4444</div>
<div class="num4">555-5555</div>
<div class="numnames numname1">location 1</div>
<div class="numnames numname2">location 2</div>
<div class="numnames numname3">location 3</div>
<div class="numnames numname4">location 4</div>
</div>

$(function() {
    $(document).ready(function() {
        $('.numnames').hover(function() {
            $(".def").toggle();
        });

        $('.num1').hide();
        $('.numname1').hover(function() {
            $('.num1').toggle();
            return false;
        });
        $('.num2').hide();
        $('.numname2').hover(function() {
            $('.num2').toggle();
            return false;
        });
        $('.num3').hide();
        $('.numname3').hover(function() {
            $('.num3').toggle();
            return false;
        });
        $('.num4').hide();
        $('.numname4').hover(function() {
            $('.num4').toggle();
            return false;
        });
    });

});

I was wondering if anyone can help me with this fiddle and maybe clean it up a bit so it can run more efficiently?

I believe it is because there is another instance of jQuery running on the page. Which is messing with this script here, but I am not sure what is wrong with it.

Here is the page that has the messed up display logic. http://ben.chmark.com/mdcp/index.php/prescriptions/transfer-prescription

There is a top right module (give us a call).
There should only be one phone number shown at any given time.
It is modelled after the jsfiddle I provided up above.
It runs fine on all the other pages except this one.
I’m stumped 🙁

Thanks in advance

  • 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-03T19:19:24+00:00Added an answer on June 3, 2026 at 7:19 pm

    From messing around with the Fiddle link, it looks like an issue with jQuery versions below 1.4.

    Try taking a look here: Can I use multiple versions of jQuery on the same page?

    The noConflict() may be what you’re looking for: http://api.jquery.com/jQuery.noConflict/

    <!-- load jQuery 1.1.3 -->
    <script type="text/javascript" src="http://example.com/jquery-1.1.3.js"></script>
    <script type="text/javascript">
    var jQuery_1_1_3 = $.noConflict(true);
    </script>
    
    <!-- load jQuery 1.3.2 -->
    <script type="text/javascript" src="http://example.com/jquery-1.3.2.js"></script>
    <script type="text/javascript">
    var jQuery_1_3_2 = $.noConflict(true);
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple script that closes a DIV. An example is here: http://jsfiddle.net/22fTm/3/
I was given the script found here http://jsfiddle.net/b2Nq9/2/ but cannot get it to seem
http://jsfiddle.net/borayeris/sb9Ju/4/ Here is my script. How can I stop fading out if mouse is
i have this script found here http://jsfiddle.net/g4txt/ i am using this carousel http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm the
I'm trying to replicate this 'onclickout simulator' script as seen here: http://jsfiddle.net/C9CL3/ As you
I have this bit of jQuery script that can be found here: http://jsfiddle.net/RUqNN/45/ When
http://steph.net23.net/work.php here is my test link. This page has a jquery script in it
I have a jsFiddle here : http://jsfiddle.net/ZXDYS/22/ I am creating Blogger post summaries using
http://jsfiddle.net/motocomdigital/c8Mey/1/ I'm using a twitter script which i'm binding a function to get the
I have a jQuery UI slider here. http://jsfiddle.net/DrR7s/7/ I have animate attribues value as

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.