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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T01:49:09+00:00 2026-06-04T01:49:09+00:00

I have a website that is rendering a prototype based calender on 90% of

  • 0

I have a website that is rendering a prototype based calender on 90% of the pages. I’m also looking at using the Uploadify module for handling multiple uploads with Paperclip. As you know, Paperclip and JQuery don’t play nicely and a lot of the solutions I’ve tried such as NoConflict hasn’t worked for me I still get the “not defined” errors in firebug all over the place. I’m wondering what the best way for me to approach adding this JQuery module that will be very localized in a largely Prototype-based application. I’ve considered switching my Prototype code with JQuery but I’ve yet to see a better JQuery solution for this particular calendar plugin that I’m using.

  • 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-04T01:49:11+00:00Added an answer on June 4, 2026 at 1:49 am

    Use a proper structure for noConflict.

    <script src="prototype.js"></script>
    <script src="someprototypeplugin.js"></script>
    <script src="jQuery.js"></script>
    <script src="uploadify.jquery.js"></script>
    <script>
    $.noConflict();
    jQuery(document).ready(function($){
        $("#someelement").uploadify();
    });
    </script>
    

    If this doesn’t answer your question, please provide more(some) code.

    Edit for comments:

    Just run the $.noConflict() immediately following your jQuery plugins, and then use jQuery instead of the $ variable throughout your JS files.

    <script src="prototype.js"></script>
    <script src="someprototypeplugin.js"></script>
    <script src="jQuery.js"></script>
    <script src="uploadify.jquery.js"></script>
    <script>
        $.noConflict();
    </script>
    

    sample js file:

    (function($){
        // since we passed a reference to jQuery to this anonymous
        // function and accepted it as a parameter named "$", we can
        // safely use "$"
        $("#target").uploadify();
    })(jQuery);
    

    If you need a document ready, you can do it this way:

    jQuery(document).ready(function($) {
        $("#target").uploadify();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an image that I want to resize on my websites rendering using
I have an add this button on the website that is rendering a border
I have website that will both post to a user's Facebook wall, and allow
So basically I have website that has names of cities that can be checked
We have a website that runs on ASP.NET. I would like to run a
I have a website that is on a dedicated server with a dedicated IP
i have a website that displays all kind of info to the client. It
We have a website that's basically three columns, each with a different color applied
I have a website that has approx 1000 different strings in a mysql database
I have a website that uses JSP as its view technology (and Spring MVC

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.