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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:43:45+00:00 2026-06-12T00:43:45+00:00

I am having a jquery conflict error. please provide a solution. <script src=http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js type=text/javascript></script><script>

  • 0

I am having a jquery conflict error. please provide a solution.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script><script>
var r=jQuery.noConflict(true);
://function related to 'r' here....
<body>
<script src='recorder/jquery.js'></script>
<script src="recorder/recorder.js"></script>
//these files are present...cross checked twice...
<script>
var j=$.noConflict(true);
j(document).ready(function(){
j.jRecorder({
    : //all settings here
});
});
</script>
</body>

The upper part is working perfectly but the lower part is not working at all. I am using jrecorder : http://www.sajithmr.me/jrecorder-jquery

  • 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-12T00:43:47+00:00Added an answer on June 12, 2026 at 12:43 am

    You need use this structure

     $.noConflict();
          jQuery(document).ready(function($) {
            // Code that uses jQuery's $ can follow here.
          });
    

    use

    $(function() {
      // Code that uses jQuery's $ can follow here.
    });
    

    insted of

    J.j(document)....
    

    Explanation:
    $.noConfilct() – set corrcet valut to alias of JQuery. it doent return $.

    from Docs

    Many JavaScript libraries use $ as a function or variable name, just as jQuery does.
    In jQuery’s case, $ is just an alias for jQuery, so all functionality is available without
    using $. If we need to use another JavaScript library alongside jQuery, we can return control of $ back to the other library with a call to $.noConflict():

    For more detail take a look here jQuery.noConflict

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

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
Why is my jQuery having an error when I put this line in? <script
I am having a jQuery Script to find out the resolution of browser and
I'm having trouble using jQuery.ajax() to post a gist to Github. The gist is
I'm having a problem on this page getting a 'jQuery is not defined' error
Having a jQuery dialog issue. I want to leverage ajax to render calendar content
I am having jquery tabs inside the parent menus, I want to retain the
I am having jQuery animation issues... I have a footer with a hidden div
I am having a JQuery/ASP issue that I hope someone can help me with.
I'm having two jquery's that I run and I want to combine them both

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.