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

The Archive Base Latest Questions

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

I started using jQuery as soon as I found out about it, it is

  • 0

I started using jQuery as soon as I found out about it, it is very powerfull but I started struggling when I tried to load Gmaps api into the tabs jQuery UI brings.
Strangly enough in IE 6,7,8 it works fine, but in Firefox, Safari (I’m using mac but tested it in windows and they both give the same problems) the map doesn’t load entirely.
When I click on the tab where the map loads in, only part of the map is fully operational, the rest is grey and not clickable.
Please take a look at the link below and click the third tab in firefox/safari and IE and you will see the problem.

http://movewithusoverseas.com/index-new.php?z=product-info.html&pid=1

I don’t know if it is a bug in the jQuery UI code or I’m doing something wrong.
If I load the map out of the tabs the map is shown OK.

I’m fighting with this problem for a week and a half… any help will be much appreciated.

Thanks in advance.
Luis

  • 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-11T21:23:26+00:00Added an answer on May 11, 2026 at 9:23 pm

    When the user opens the third tab, you need to call map.checkResize().

    The problem is this: when you initialize the map, the third tab isn’t visible, and the map is sized incorrectly. Try adjusting the size of your browser window (this calls checkResize) and you’ll notice that the map corrects itself.

    The jQuery UI documentation shows how you can bind an event to the opening of a tab. This should work for your page:

    $('#tabs').bind('tabsshow', function(event, ui) {
        if (ui.panel.id == "tabs-3") {
            map.checkResize();
        }
    });
    

    Update: Luis points out that you can also solve this problem with the off-left technique:

    .ui-tabs .ui-tabs-hide {
        position: absolute;
        left: -10000px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 156k
  • Answers 156k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Based on Admob data, adoption rates of the earlier SDK… May 12, 2026 at 10:55 am
  • Editorial Team
    Editorial Team added an answer What I ended up doing was to list all the… May 12, 2026 at 10:55 am
  • Editorial Team
    Editorial Team added an answer The problem you are having is because access doesn't reference… May 12, 2026 at 10:55 am

Related Questions

I've been coding since my early teenager years. I started out with HTML, went
I'm using the jQuery.Validation plugin for client side validation, and among other things I
I will be using jQuery's functionality to create portlet widgets for my web application
I'm working on a project where we're using a Java applet for part of

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.