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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:44:25+00:00 2026-05-24T10:44:25+00:00

I have a page where i have a countdown and flow player. I have

  • 0

I have a page where i have a countdown and flow player. I have to include two different jquery sources. If i take out one the countdown clock doesn’t work. If i take out the other the player doesn’t work.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>      
<script type="text/javascript" src="Video/js/jquery-1.3.2.min.js"></script>     

EDIT

<script type="text/javascript"> 
    jQuery.noConflict(true);
        $(function () {
            var Day = new Date();
            Day = new Date(2015, 08, 02, 12, 12, 15, 00)
            $('#defaultCountdown').countdown({until: Day});
            $('#year').text(Day.getFullYear());
        });
        var videopath = "http://www.site.co.uk/Video/";
        var swfplayer = videopath + "videos/flowplayer-3.1.1.swf";
</script>
  • 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-24T10:44:26+00:00Added an answer on May 24, 2026 at 10:44 am

    You have to use jQuery.noConflict(true).

    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), we need to consider that most plug-ins rely on the presence of the jQuery variable and may not operate correctly in this situation.

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>         
    <script type="text/javascript">       
            $(function () {
                var Day = new Date();
                Day = new Date(2015, 08, 02, 12, 12, 15, 00)
                $('#defaultCountdown').countdown({until: Day});
                $('#year').text(Day.getFullYear());
            });
       jQuery.noConflict(true);
    </script>
    <script type="text/javascript" src="Video/js/jquery-1.3.2.min.js"></script>
    <script type="text/javascript">         
            var videopath = "http://www.site.co.uk/Video/";
            var swfplayer = videopath + "videos/flowplayer-3.1.1.swf";
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page upon which a user can choose up to many different
I have the following: $('#notice').countDown({ startNumber: 10, callBack: function(me) { $(me).text('Logging out now...').css('color','#090'); }
I have a this working countdown timer in jQuery but for now I'm just
I'm building multiple countdown clocks on one page. The number of countdown clocks varies
I have the following inline javascript, im using a jquery countdown plugin to display
I have used a jQuery script in order to have a countdown script on
I have many countdown timers on the page. Timers countdown remaining time from current
I'm using the jQuery Countdown plugin and have a quick query. My code currently
I have a working jQuery page redirect. I want to fade into the page
I have page which is redirected from htaccess. now I can pass the German

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.