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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:16:52+00:00 2026-05-28T04:16:52+00:00

I have a wordpress site with jQueryUI tabs applied to two different elements of

  • 0

I have a wordpress site with jQueryUI tabs applied to two different elements of the same page. However, I want one of those elements themed and the other one not.

I tried using .removeClass(‘ui-widget’) but of course it removes the class after applying the jQueryUI, so it’s the same as doing nothing.

Another way of solving this could be apply the theme to only one tab, but I also don’t know how to do that.

Thanks in advance.

  • 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-28T04:16:52+00:00Added an answer on May 28, 2026 at 4:16 am

    What do you mean with “Not themed”?jQuery UI tabs are always themed. If you want to differentiate the two different sets of tabs you coul apply your own custom _CSS that overrides your UI theme.
    This is the markup created by tabs (taken from the docs)

    <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="tabs">
       <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
         <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#tabs-1">Nunc tincidunt</a></li>
          <li class="ui-state-default ui-corner-top"><a href="#tabs-2">Proin dolor</a></li>
       <div class="ui-tabs-panel ui-widget-content ui-corner-bottom" id="tabs-1">
          <p>Tab one content goes here.</p>
       </div>
        ...
    </div>
    

    Note: This is a sample of markup generated by the tabs plugin, not markup you should use to create a tabs. The only markup needed for that is

    <div id="tabs">
       <ul>
          <li><a href="#tabs-1">Nunc tincidunt</a></li>
          <li><a href="#tabs-2">Proin dolor</a></li>
          <li><a href="#tabs-3">Aenean lacinia</a></li>
       </ul>
       <div id="tabs-1">
          <p>Tab 1 content</p>
       </div>
       <div id="tabs-2">
          <p>Tab 2 content</p>
       </div>
       <div id="tabs-3">
          <p>Tab 3 content</p>
       </div>
    </div>.
    

    you can use the id of the element to style things.

    #tabs ul li{
       background-color: green;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Wordpress site that uses two databases -- one section queries one
I have a Wordpress site. I want to embed a Flash file in one
I have a WordPress site (2.6.2) in which I have set the Home page
I have a WordPress installation on my site, and I want to display WP
I have built a site in wordpress and the home page is really screwed
i have a wordpress blog and want to give people the same user experience
I have a wordpress site, and in the home page , there is side
Hello I have a wordpress site than I want to upgrade to HTML5 code
Alright, I have a wordpress site, that I want to have a clientportal built
I have a wordpress site with a large number of pages, each page represent

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.