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

The Archive Base Latest Questions

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

I am using jquery coda slider 2.0 on website on all the pages it

  • 0

I am using jquery coda slider 2.0 on website on all the pages it works fine like http://www.virtualmob.co.uk/solutions.html

but when i add a gallery on gallery page http://www.virtualmob.co.uk/gallery.html

it conflicts with web.js & give me a below mentioned error on browser:

Uncaught TypeError: Cannot call method ‘removeClass’ of null

on line number jquery.coda-slider-2.0.js:9

I tried $.noConflict(); on the top like i mentioned below,

$.noConflict();
$(function(){
// Remove the coda-slider-no-js class from the body
$("body").removeClass("coda-slider-no-js");
// Preloader
$(".coda-slider").children('.panel').hide().end().prepend('<p class="loading">Loading...<br /><img src="images/ajax-loader.gif" alt="loading..." /></p>');
});`

but still it not works & shows me a below error

 Uncaught TypeError: Property '$' of object [object Window] is not a function 

I also tried to add this on web.js but that also did not help me

Kindly guide how can this remove conflict can remove??

  • 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-15T05:45:12+00:00Added an answer on June 15, 2026 at 5:45 am

    You are using $ in $.noConflict, if you want to avoid conflict, use jQuery keyword instead of the $ and save the returned value in a variable:

    var $ref = jQuery.noConflict();
    $ref(function(){
      // ... 
    })
    

    You can also put your code in a closure:

    (function($){
        $(function(){
           $('body').foo()
        })
    })(jQuery);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

All, I'm implementing a Coda like jQuery slider (I'm using Niall Doherty's excellent implementation:
I'm using this jquery plugin. Here's my html: <div class=account_window style=display:none;> <div class=coda-slider id=slider-id>
Using jQuery and backbone.js, I would like to separate the JavaScript from the HTML
I am using Coda-slider as a jQuery slider plugin, and I am making a
Using jquery, I'd like to get all elements in a specified columns of an
Using jQuery timepickr: http://archive.plugins.jquery.com/project/jquery-timepickr Having included these files: jquery-1.7.1.min.js jquery-ui-1.8.21.custom.min.js ui.timepickr.js And getting this
Using jQuery Nearest Element , I would like to select elements in a circular
Using jQuery and given this <ul> <li> <a external=http://stackoverflow.com href=home.htm>Link 1</a> </li> <li> <a
Using jquery 1.7.1, I'm using json to populate the dropdown. The code works just
Using Jquery AJAX to get a value from a PHP script. This line works

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.