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

The Archive Base Latest Questions

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

Im using tabber.js ( www.barelyfitz.com/projects/tabber/ ) to create a list of tabs then I’m

  • 0

Im using tabber.js (http://www.barelyfitz.com/projects/tabber/) to create a list of tabs then I’m using a columniser function to columnise the information in the tabs.

However my jquery selector isnt working: $(‘(“div.tabberlive div”).not(“.tabbertabhide”) ul’). I had $(‘div.tabbertab ul’) which I thought would work on all tabs and show as normal but it columnised the hidden tabs and showed them as well. I am hoping that making it more specific to the div which is visible (which has no unique class to target unfortunately) would help.

My HTML is as follows:

<div class="tabberlive">
  <ul class="tabbernav">...</ul>
  <div class="tabbertab "><ul>...</ul></div>
  <div class="tabbertab tabbertabhide"><ul>...</ul></div>
  <div class="tabbertab tabbertabhide"><ul>...</ul></div>
  <div class="tabbertab tabbertabhide"><ul>...</ul></div>
</div>

The columniser function is:

$(document).ready(function(){
  var size = 6,
      $ul  = $('("div.tabberlive div").not(".tabbertabhide") ul'),
      $lis = $ul.children().filter(':gt(' + (size - 1) + ')'),
      loop = Math.ceil($lis.length / size),
      i    = 0;

  $ul.css('float', 'left').wrap("<div style='overflow: hidden'></div>");

  for (; i < loop; i = i + 1) {
    $ul = $("<ul />").css('float', 'left').append($lis.slice(i * size, (i * size) + 6)).insertAfter($ul);
  }
});

Ive tried to guess the selector but obviously failed… any help greatly appreciated!

  • 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-12T10:22:46+00:00Added an answer on June 12, 2026 at 10:22 am

    That’s not the good syntax.

    You may use this :

    $('div.tabberlive div:not(.tabbertabhide) ul')
    

    Alternatively you could use

    $('div.tabberlive div').not('.tabbertabhide').find('ul')
    

    not lets you filter a jQuery set by removing the unwanted elements.

    find gives you the matching elements among the descendants.

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

Sidebar

Related Questions

I've got some dynamic content inside a tabber ( http://www.barelyfitz.com/projects/tabber/ ). All works fine,
I am using the jQuery plugin idTabs [ [www.sunsean.com/idTabs][1] ] and it allows me
I'm using this JavaScript tabbed script: http://net.tutsplus.com/tutorials/html-css-techniques/how-to-create-a-slick-tabbed-content-area/comment-page-2/#comments I have it working 100% if I'm
I started to create an app using tabbar app template provided in xcode. Then
I'm using tabber.js to add tabs to my InfoWindows, and I use the following
Currently i am working in Android application, Using Tabbar to set five tabs, then
I am trying to save data into cache using ASIHTTP ( http://allseeing-i.com/ASIHTTPRequest/How-to-use#using_a_download_cache ). I
I have an tabbed App using UITabBarController . There are 2 tabs, linked to
Using tabs users can click around a tabbed interface On each tab results are
i created a tabbar with navigation controller for individual tabs in xcode 4.0 using

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.