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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:11:14+00:00 2026-05-25T03:11:14+00:00

I have two pages. One aspx page and the other an aspx page but

  • 0

I have two pages. One aspx page and the other an aspx page but it uses a master page. The tabber.js does not work with the page using the master page and I can’t figure out why. I found someone that suggested that the DOM does not load in time for the script to work. Although this was unrelated to tabber.js, I thought I would try it’s suggestions and it did not help. It basically suggested using jquery and adding script that would make the code run after the DOM has loaded.

When I put alerts throughout the tabber.js code, they popup and I get the proper amount of tabber divs but it will not render my tabs. Any ideas? Below is the head for the master page:

<head runat="server">
<link rel="stylesheet" type="text/css" href="css/fbcms.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

<script type="text/javascript">
    var tabberOptions = { manualStartup: true };
</script>
<script type="text/javascript" src="js/tabber.js"></script>
<script type="text/javascript" language="javascript">
    $(function () {
        tabberAutomaticOnLoad();
    })
</script>
<script type="text/javascript">
    $(document).ready(function () {
        tabberAutomaticOnLoad();
    });
  </script>

<script type="text/javascript" src="js/suckerfish.js"></script>
<script type="text/javascript" src="js/swfobject.js"></script>
<!--[if IE]><script type="text/javascript" src="js/fix_eolas.js" defer="defer">                 </script>       <![endif]-->

<title></title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
 </head>

Edit: Don’t look any further, I found the answer. Man in mirror is a complete bonehead. It’s 3AM and after debugging the tabber.js code, I found that I had improperly setup the tab structure. That’s what I get for working so late. Thanks to all who responded.

  • 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-25T03:11:15+00:00Added an answer on May 25, 2026 at 3:11 am

    You don’t need to run the tabberAutomaticOnLoad() function twice. Use either block of code:

    <script type="text/javascript" language="javascript">
        $(function () {
            tabberAutomaticOnLoad();
        })
    </script>
    

    OR

    <script type="text/javascript">
        $(document).ready(function () {
            tabberAutomaticOnLoad();
        });
      </script>
    

    $(function () { and $(document).ready(function () { do the same thing.

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

Sidebar

Related Questions

I have two pages that inherit from one master page, First.aspx or second.aspx. Navigation
I have two carousels on one page but unfortunately they copy each other. http://jsfiddle.net/seanjacob/tB6y5/
I have two pages, the parent and from this page I am using: window.open('OrderDetailsFull.aspx?ObjectID='
I have an aspx page with two buttons, one of the buttons has an
I have two div in my website page one beside the other(one left and
In my aspx page, I have two radio buttons and a table.. if one
I have three ASPX Pages. The ASPX Page which get called from the two
Default3.aspx This is my first page. in which i have two textbox and one
I have two pages, one that edits user information, and one that edits information
I have two pages. First one we open with $_POST variables in its url,

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.