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
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;
All not working. Sorry the plugin does not have all features.
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 acros
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:
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 area, all other
JQuery Code stop working and are reported as error.
6 matches
Mail list logo