[jQuery] Re: Google Maps / JQuery

2008-05-16 Thread [EMAIL PROTECTED]
All not working. Sorry the plugin does not have all features.

[jQuery] Re: Google Maps / JQuery

2008-05-16 Thread [EMAIL PROTECTED]
Alright i made some progress. I load this additionaly. Without it, the code above works flawless. --- function $(element) { return document.getElementById(element); } var Compat = { addEventHandler: function(element, event, handler) { var _tmp, _onevent;

[jQuery] Re: Google Maps / JQuery

2008-05-16 Thread Quinode
try to debuf with FIREBUG jquery code and gmap code alone from each other if javascript has one error, it will block everyhting so find the blocking error first, fix it, and put it alltogether again

[jQuery] Re: Google Maps / JQuery

2008-05-15 Thread Rey Bango
This plugin should help http://jmaps.digitalspaghetti.me.uk/ Rey [EMAIL PROTECTED] wrote: 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 head/head area, all other JQuery Code stop working and are reported

[jQuery] Re: Google Maps / JQuery

2008-05-15 Thread Danny
I suspect the problem is the window.onload=load line. That replaces any existing onload function (such as jQuery itself) with your function. I would use $(load) to add your load() function to jQuery's document.ready queue. Danny On May 15, 6:45 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

[jQuery] Re: Google Maps / JQuery

2008-05-15 Thread pedalpete
I've just started with google maps last week, and I went with the plugin, so I kinda recommend it. Makes it easy, but doesn't include all the features of google maps. I haven't tried mixing other google features not built into the plug-in yet. Just out of curiosity, any chance you have come