[jQuery] Google maps v3 in tabs Problem

2009-12-03 Thread dinos
I try to embed a Google Map v3 in a tab. In the HEAD of the tab html I put the and

[jQuery] jQuery Google Maps Mashup zIndex Issue

2009-10-24 Thread stilfx
I've created this: http://strucke.com/provinggrounds/jqueryGmaps/defect.html I've found a very odd defect: If you have two markers, with identical coordinates (which happens quite often in the application I'm using this for), the underlying marker (and infowindow) stays hidden, and the infowindow

[jQuery] Google Maps, JQuery and KML file need Help

2009-09-13 Thread pennfoli0
Hi, I'm new to Google Map API and also with JQuery Javascript framework. I really need help in building this project that uses Google Map, JQuery and a KML file. To give you an Idea of what I'm planning to build. This is an image preview of my interface (http://pennfolio.com/ GoogleMap/ui-previe

[jQuery] Google Maps inside jqModal

2009-08-04 Thread anush
Has anybody tried embedding Google Maps inside jqModal ? The maps aren't getting displayed properly. $().ready(function() { $('#dialog').jqm(); }); Would be great of somebody could help me out

[jQuery] Google Maps and JQuery,

2009-07-22 Thread pennfoli0
Hi, I want to know if this can be done using jQuery and Google Maps. In my website I have a Google map where users could add new markers with a description on it and the marker they put would be permanent on my map, meaning if they comeback they would still see the markers they added. I also wa

[jQuery] Google maps

2009-02-03 Thread Rui Costa
Hi, Hi have develop a google maps with a form at the top of a marker, but i want to register information by using ajax - $post(...) -. I've tried to manipulate the textboxes, but, with no success. var infoTabs = [ new GInfoWindowTab("Dados",

[jQuery] Google Maps / JQuery

2008-05-15 Thread [EMAIL PROTECTED]
Hello, i´m using JQuery. Overall no problem... just with Google Maps it does not work at all. While loading the code attached in the area, all other JQuery Code stop working and are reported as error. Anybody who can fix this ? Thanks alot. For example: - $("#login-box") has no properties

[jQuery] Google Maps Marker to infoBubble to Image to Thickbox

2008-01-11 Thread Robin Rowell
I am trying to create a situation where the user clicks on a marker within google maps, gets the info bubble flyout that contains a linkable image. Once the mini-sized photo is clicked on, it would show a large version of the photo via thickbox. I have gotten as far as getting the linkable image

[jQuery] Re: jQuery Google Maps Application

2007-07-14 Thread Stephan Beal
Tane Piper wrote: > Today I am pleased to announce the initial release of my jQuery plugin > - the jQuery Google Map Application. > > http://code.google.com/p/gmapp/ What immediately strikes me is that the download is 2.5k, whereas the download for all of the tooltip implementations i've looked a

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-14 Thread Ganeshji Marwaha
This is great... This week, i was going to work on google maps again, and i was thinking to myself, i should rather write an API simplification plugin so that i can re-use it again and again... Man, it is as if u read my mind... Good job... I will provide feedback, over the next week when i am ac

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Jörn Zaefferer
Tane Piper wrote: Yes, just specify it in the options: $('#gmap').gmapp({showzoom: false}); I've tried to make is customisable as possible, by allowing you to remove all the controls. Just check out the settings at the top of the extend method. That's a good idea about the mousezoom, I'll lo

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Tane Piper
Yes, just specify it in the options: $('#gmap').gmapp({showzoom: false}); I've tried to make is customisable as possible, by allowing you to remove all the controls. Just check out the settings at the top of the extend method. That's a good idea about the mousezoom, I'll look at adding it in t

[jQuery] Re: [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Jörn Zaefferer
Tane Piper wrote: I have tested this on FF2 on Linux and IE7 on Windows, so I would be happy to receive any feedback on other browsers/OS's - as well as any other comments, suggestions or feedback. After a quick glance: Works fine on Firefox 2 on Windows. A really great addition would be zoomi

[jQuery] [ANNOUNCE] jQuery Google Maps Application

2007-07-13 Thread Tane Piper
Today I am pleased to announce the initial release of my jQuery plugin - the jQuery Google Map Application. http://code.google.com/p/gmapp/ This initial release provides full functionality for users to simply create a Google Map on their page using jQuery, as well as interact with the Google Ma

[jQuery] Google Maps like interface with JQuery

2007-07-09 Thread Pete
Hi All, Does anyone know of a Google Maps like interface implemented using JQuery? The only real requirement is that a user can "zoom in/out". On zoom, a new image is properly loaded in terms of zoom and user expected location. If not, could you point me to a couple functions within JQuery that

[jQuery] Google Maps Plugin

2007-04-03 Thread Robert O'Rourke
Hello, This ones for Dylan Verheul, I'm using your google maps plugin to populate a map with various markers. I was just wondering about adding the GUnload() function. I've added this to the bottom of the $.fn.googlemap bit: $("body").bind("unload", function(){ GUnload(); });