[jQuery] Re: Google Maps inside jqModal

2009-08-07 Thread Mohd.Tareq
Hey Anshu shetti, Your trying to display google map with model box. May be your google map is having some issue check with its flow, 1 - goolgle map should be generate first. 2 - model box code should execute after that. Here I think so your model box is appearing first before to generate google

[jQuery] Re: Google Maps inside jqModal

2009-08-04 Thread rupak mandal
Hi anshu you have to call "initialize()" function after the initialization of "dialog" div. Basically what's happen hear calling of google map api before the initlalization of "map_canvas" div. Better option is to use "SettTimeout" function instead of "onload" . $().ready(function() {

[jQuery] Re: Google Maps inside jqModal

2009-08-04 Thread Anush Shetty
On Tue, Aug 4, 2009 at 9:23 PM, Liam Potter wrote: > > can you post an example? > > > anush wrote: > >> Has anybody tried embedding Google Maps inside jqModal ? >> >> The maps aren't getting displayed properly. >> >> $().ready(function() { >>$('#dialog').jqm(); >> }); >> >

[jQuery] Re: Google Maps inside jqModal

2009-08-04 Thread Anush Shetty
On Tue, Aug 4, 2009 at 10:49 PM, Paulodemoc wrote: > > What are the problems with the maps? > Only a part of the map is visible. Rest of it is grey .. the map tiles aren't loading

[jQuery] Re: Google Maps inside jqModal

2009-08-04 Thread Paulodemoc
What are the problems with the maps? On Aug 4, 12:17 pm, anush wrote: > 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

[jQuery] Re: Google Maps inside jqModal

2009-08-04 Thread Liam Potter
can you post an example? anush wrote: 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