Interactive Map with jQuery Hi Is it possible not to show this box: Choose a city The above interactive map contents the continents and cities. Please select continent through the dropdown field and view the cities details. So when the map loads up their is no black box, but when you click on a city the black box appears? Hope you can help Thanks
Hi Many thanks for your response regarding the "Close" box feature. One thing I have noticed is that when I do close the box the page jumps to the top, I have been told that this may need a "return false" added but I am not sure where I would add this in the code? $(".detail_container").click(function(){ $(this).css({"display":"none"}); }); Can you assist? Thanks again!
Hi That works now thanks, last question I think regarding this. I have put a link within the HTML of the pop up, the thing is when I click on the link it closes the box but does not link to the page. How can I make it so it does both. 1. CLose the box 2. Link to a page. Many Thanks David
Hi I am still struggling to get this to work, would it be possible to send you my code and you can then see where I am going wrong? Many Thanks for your help. David
Leave a comment +