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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:53:47+00:00 2026-05-11T13:53:47+00:00

Hi i am trying to add thick box to a overlay in googlemaps. On

  • 0

Hi i am trying to add thick box to a overlay in googlemaps. On my JQuery onload function i call the following function. The map works fine. But when the thick box doesn’t seem to be called. This is the line that does work

<a href='test.html?keepThis=true&TB_iframe=true&height=250&width=400' title='add a caption to title attribute / or leave blank' class='thickbox'>Example 1</a> 

The whole function

function load(lat, lng, zlevel, userKey, state) {          map = new GMap2(document.getElementById('map'));         map.disableDoubleClickZoom();         map.setCenter(new GLatLng(lat, lng), zlevel);          if (state) {              dsp = true;              map.addControl(new GLargeMapControl());             GEvent.addListener(map, 'click', function(overlay, latlng) {                  var zoom = map.getZoom();                 var display = '<h5 class='header-flag'>Flag</h5><p class='maptext'><a href='#' onclick='javascript:openOverlay(' + latlng.lat() + ',' + latlng.lng() + ',' + zoom + ');'>Click here</a> to enter your comment -  <a href='test.html?keepThis=true&TB_iframe=true&height=250&width=400' title='add a caption to title attribute / or leave blank' class='thickbox'>Example 1</a></p>';                  setTimeout(function() { map.openInfoWindowHtml(latlng, display, { maxWidth: 200 }); }, 0);             });         } else {           }          mgr = new MarkerManager(map);         loadMarkers(userKey);         mgr.refresh();     } 
  • 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. 2026-05-11T13:53:47+00:00Added an answer on May 11, 2026 at 1:53 pm

    Your adding the link that you want to activate the thickbox to the DOM after the thickbox function has already been called. This is because you are creating the link dynamically within the map.openInfoWindowHtml function. You need to call the thickbox function after this function has been executed.

    Trouble is I just looked at the thickbox docs and thickbox gets set up within the thickbox.js file as soon as the DOM loads which is too soon for you. You could try to alter the setTimeout function to this:

    setTimeout(function() { map.openInfoWindowHtml(latlng, display, { maxWidth: 200 }); tb_init('a.thickbox'); }, 0); 

    I cant be 100% sure this will work, but this is the crux of the problem.

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

Sidebar

Related Questions

Im new to asp.net mvc. I'm trying add new model class but it got
Trying to add a blank sample app for a rails tutorial to GitHub, but
Trying to add a 'box' to a form at design time, I looked up
Trying to add a class object into a List using reflection, but when invoking
I'm messing around with the jquery qtip tooltip plugin and i'm trying to add
I'm trying to use the jquery ui dialog box to output an iframe. It
Questions on Rails 3.0.7, and JQuery 1.5.1 Overview I'm trying to do the following
I'm trying add data triggers to the default combobox style so each text item
I am trying add picture boxes dynamically. My code is as PictureBox picture =
Trying to add init parameter names to a list in init(ServletConfig) method. public void

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.