[jQuery] Re: why is code working on Firebug console, but not in script file?

2007-09-11 Thread Matt Vance
a plugin initialisation bug... > just add the > $('#jmap').addPoint('18.3437','-64.7152', false, 'Point1', > false, false); > to > check by if of the jmap plugin initialisation (usually any plugins > create and id or class, by which u can find out i

[jQuery] Re: why is code working on Firebug console, but not in script file?

2007-09-11 Thread Matt Vance
; it's a plugin initialisation bug... > just add the > $('#jmap').addPoint('18.3437','-64.7152', false, 'Point1', > false, false); > to > check by if of the jmap plugin initialisation (usually any plugins > create and id or class, by w

[jQuery] why is code working on Firebug console, but not in script file?

2007-09-10 Thread Matt Vance
I'm a javascript novice and I'm working with the jMaps plugin for jQuery to add Yahoo Maps to a site. For basic maps, the plugin is working great; however, I'm having trouble getting its addPoint function to work. When I try the following script, the map displays but the point doesn't: $('documen