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

  • Home
  • SEARCH
  • 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 9307589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T00:25:37+00:00 2026-06-19T00:25:37+00:00

I am using jQuery to create Tabs (www.jqueryui.com/tabs/). I use jQuery v1.6.4 In the

  • 0

I am using jQuery to create Tabs
(www.jqueryui.com/tabs/). I use jQuery v1.6.4

In the same page there is a sfwobject for uploading files and it requires adobe flash player. The problem is that it conflicts with jQuery. I tried some noConflict methods, but didnt found a solution.

<script type="text/javascript">
  var _cssjQ = jQuery.noConflict();
    _ccsjQ(function() {
       _ccsjQ( "#tabs" ).tabs();
    });
</script>

Here are two files that have to do with the sfwobject.

http://www.thegamelounge.net/public/js/3rd_party/swfupload/swfupload.js
http://www.thegamelounge.net/public/js/3rd_party/swfupload/swfupload.sfw

Thanks!

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

    jQuery no conflict removes the $ alias, you will need to use this form if you plan to use the $ alias:

    (function($) {
      $(function() {
        // code using $ as alias to jQuery
        $( "#tabs" ).tabs();
      });
      /// other stuff that uses the $ alias can go here
      $(document).ready(function(){
        // other code
         $(document).click(function(){
            alert("howdy");
         });
      });
    })(jQuery);
    

    That ips.attach.js uses the $ alias, you will need to wrap it in a no-conflict that passes the $ back in such as the example above – use care as this will potentially remove the functions inside there from the global namespace also.

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

Sidebar

Related Questions

I'm using jquery.ui.tabs to create a carousel. On the same page is a superfish
I am using jquery to create two sets of tabs on a page. The
I am using jQuery mobile to create the following page. http://ielts.progmic.com/iOS/college.php?title=Royal+College+Of+Arts In the link
I'm using jQuery Cycle to create several slideshows on the same page. Some of
Im using tabber.js ( www.barelyfitz.com/projects/tabber/ ) to create a list of tabs then I'm
I'm trying to create some jQuery UI Tabs using data fetched from a database.
I'm using jQuery UI to create 6 sliders with the same options (survey). I
I'm attempting to following the tutorials found here: http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/ My code is updated to
I have a perfectly working web page with using jQuery UI tabs on almost
I am using the jquery ui tabs to create dynamic tabs on the fly

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.