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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:20:56+00:00 2026-06-17T12:20:56+00:00

My problem is after adding: <script src=http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js></script> to my site, Plugins like nivoslider, and

  • 0

My problem is after adding:

<script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script>

to my site, Plugins like nivoslider, and other jquery scripts are not working.

but in order to make working the code below i need “jquery tools”

<script type="text/javascript"><!--
    function GetAvailProductSizes() {
        $('select#productsize option').remove();
        $('select#productsize').append('<option value=""><? echo $langdata['oneprodpage_selectsize']; ?>...</option>');

        var color = $('#productcolor').val();
        if (color > 0) {
            var availsizes;
            var http_request = new XMLHttpRequest();
            http_request.open( "GET", '<? echo ROOT; ?>/autocompleteavailsizes/?productid=<? echo $thisproduct['id']; ?>&color=' + color, true );
            http_request.send(null);
            http_request.onreadystatechange = function () {
                if ( http_request.readyState == 4 ) {
                    if ( http_request.status == 200 ) {
                        availsizes = eval( "(" + http_request.responseText + ")" );

                        for (var i = 0; i < availsizes.length; i++) {
                            $('select#productsize').append('<option value="' + availsizes[i].id + '">' + availsizes[i].name + '</option>');
                        };
                    } else {
                        alert( "There was a problem with the URL." );
                    }
                    http_request = null;
                }
            };
        };
    }
//-->
</script>

it works only if i include:

<script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script>

BUT if i do so, other jquery scripts are not working, i mean nivoslider and other simple popup divs…

How should i solve this problem?

  • 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-17T12:20:57+00:00Added an answer on June 17, 2026 at 12:20 pm

    jQuery Tools includes it’s own version of jQuery. Include a version of jQuery tools that doesn’t include it’s own jQuery. http://cdn.jquerytools.org/1.2.7/all/jquery.tools.min.js

    Make sure you include your other jquery first, followed by jquery tools, and then the rest.

    <script src="jquery.min.js"></script>
    <script src="http://cdn.jquerytools.org/1.2.7/all/jquery.tools.min.js"></script>
    <script src="nivoslider.js"></script>
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My problem is related to using the JQuery Tools Tooltip Plugin ( http://flowplayer.org/tools/tooltip.html )
I'm having a problem after adding button on my star rating. Every time when
I'm having a memory problem related to UIImageView. After adding this view to my
I got this problem after deploying my web package to IIS: HTTP Error 500.19
I'm trying to add some jQuery stuff to Gmail using a GreaseMonkey script. Adding
Adding HTML/any tags to either side of selection - Javascript The problem: After creating
Weird problem: After rotating my app to portrait, picking the toolbar item and exposing
I encountered a problem after having more than one texture in my engine. My
I encountered the following problem after upgrading to the latest version 1.8.1 of data.table
I have a problem after i setup windows 7 all old projects in c#

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.