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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:52:59+00:00 2026-05-26T21:52:59+00:00

In an attempt to circumvent a MooTool/JQuery conflict with this idea :: http://davidwalsh.name/jquery-mootools I

  • 0

In an attempt to circumvent a MooTool/JQuery conflict with this idea :: http://davidwalsh.name/jquery-mootools

I am under the impression that I have to rewrite the NIVO function. Not being a JS coder, it is not clear to me if I can substitute one function with the other, or if a rewrite is necessary.

This is the format of the call

(function($) {
    $('p').css('color','#ff0000');
 })(jQuery);

Do I need to rewrite this to avoid conflict with MooTools?

$(window).load(function() {
    $('#slider').nivoSlider({
    effect:'sliceDown', //Specify sets like: 'fold,fade,sliceDown, or random'
    animSpeed:1000, //Slide transition speed
    pauseTime:6000,
    startSlide:0, //Set starting Slide (0 index)
    directionNav:false, //Next & Prev
    controlNav:false //1,2,3...
});
});
  • 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-26T21:53:00+00:00Added an answer on May 26, 2026 at 9:53 pm

    You can either encapsulate all your jQuery calls in an anonymous function where you pass $ as an argument and finish with (jQuery) as in the above code. This requires all jQuery calls to be inside a function like this. This is the default format for jQuery plugins, by the way.

    Or you can put jQuery in no conflict mode like this:

    jQuery.noConflict();
    

    Then you need to make sure none of your jQuery code uses $ since mootools wants that. Instead use jQuery explicitly. So instead of:

    $('#slider').nivoSlider...
    

    you need:

    jQuery('#slider').nivoSlider...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any attempt to re-make something like Vimeo's couch mode http://vimeo.com/couchmode in jQuery?
Whenever I attempt to create a wallpost that doesn't have the caption set it
An attempt to explain this as best as possible: To begin, I have a
In an attempt to create a calendarlike application sort of like this http://arshaw.com/fullcalendar/ or
First attempt to use this cool site - after searching for 2 hours: So
This is my first attempt at responsive design, so I'm keeping it simple. I
When I attempt to use SWI-Prolog's http_post/4 , as follows: :- use_module(library(http/http_client). update(URL, Arg)
This is an attempt to rephrase my previous question as a result of the
When I attempt to access this specific pointer, the application crashes and shows a
Second attempt at this question (the initial code wasn't enough to highlight the issue)

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.