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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:39:24+00:00 2026-06-12T01:39:24+00:00

I have implemented the jquery-ui default tabs and my client has come back to

  • 0

I have implemented the jquery-ui default tabs and my client has come back to me requesting that upon initially landing on the page that a home page message exist which is separate from the tabs themselves. So to illustrate…I have five tabs with five correspond div’s with associated content. Need to add another div of content that would be displayed at initialization and then once a tab was selected it would disappear and not be accessible. The li elements all require a corresponding div to work with and if I try setting the extra li to display:none, the jquery initialization removes it…is there a simple solution to this or am I going to have to write custom code for this?

 $(document).ready(function () {
            $(".tabs").tabs({ event: "mouseover", fx: { opacity: 'toggle', duration: 'fast' }
            });
        });

Added

 $(document).ready(function(){
        $("#blank").remove();});

html

    <div class="tabs">
<ul>
      <li id="blank" class="tabsm"><a href="#keytab-x" style="display: none"></a></li>
      <li class="tabsm"><a href="#keytab-1"tab1</a></li>
      <li class="tabsm"><a href="#keytab-2">tab2t</a></li>
      <li class="tabsm"><a href="#keytab-3">tab3</a></li>
      <li class="tabsm"><a href="#keytab-4">tab4</a></li>
      <li class="tabsm"><a href="#keytab-5">tab5</a></li>
</ul>}
 <div id="keytab-x">
                    <h2>
                        this is the default</h2>
                    <p>
                        </p>
                </div>
    <div id="keytab-1">
                    <h2>
                        this is tab 1</h2>
                    <p>
                        </p>
                </div>
    <div id="keytab-2">
                    <h2>
                        this is the tab 2</h2>
                    <p>
                        </p>
                </div>
    <div id="keytab-3">
                    <h2>
                        this is the tab 3</h2>
                    <p>
                        </p>
                </div>
</div>
etc..
  • 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-12T01:39:25+00:00Added an answer on June 12, 2026 at 1:39 am

    OK,

    as mentioned use a remove:

    $('#tabs').tabs('remove', 2);
    

    or position a layer over your tabs, that is removed/hidden in the DOM after x amount of time or when the tabs are interacted with.

    I did this once for an advertising block that would overlay the tabs.

    You can have your structure like:

    <div id="tabs">
        <ul>
            <li>
                <a href='#tabs1">tab 1</a>
            </li>
             <li>
                <a href='#tabs2">tab 2</a>
            </li>
        </ul>
        <div id="tabs1"> my tab1 content</div>
        <div id="tabs2"> my tab2 content </div>
        <div id="myOverlay"> my overlay content </div>
    </div> <!-- end tabs -->
    

    With how jQuery UI tabs work, only the divs that have an id that match the hash in the ul will be considered part of the “tabs” – any other divs render as normal divs. So with some css to position the overlay absolutely and some jquery to handle hiding it (when I did it, I used a slidedown), you’ll be all set.

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

Sidebar

Related Questions

I have implemented the Jquery cycle plugin on my page but I can't get
I have implemented an application using jQuery on PhoneGap. In that I'm using a
I have a ASP.Net web app with jquery implemented on the client side. within
I have implemented JQuery FullCalendar by fetching the events dynamically from an aspx page.
I have implemented through jQuery the placeholder HTML 5 attribute for the browsers that
I have a page with the following jQuery scripts/theme included. The default theme I
I have a page that uses the JQuery Listnav plugin ( http://www.ihwy.com/labs/jquery-listnav-plugin.aspx ). The
I have implemented the JQuery UI tabs and they work great, except for one
I have implemented jquery on the site (click on the plus sign) http://pligg.marsgibson.info Issue
I have implemented the jquery ui autocomplete as in the example: autocomplete with custom

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.