[jQuery] Re: Get Value. Please, is kind of urgent. Thanks.
And is there a way to check if GBrowserCompatible is valid?
When I am not using google maps I don't load the Google maps script.
However this code is always present.
Thank You,
Miguel
On Jan 12, 8:13 pm, Nathan Klatt <n8kl...@gmail.com> wrote:
> Like so?
>
> if (GBrowserIsCompatible()) {
> var gmapsUrl = "/Google/Map";
> if ($("#Place").val())
> gmapsUrl += "/"+$("#Place").val();
> $.getJSON(gmapsUrl, Initialise);
>
> }
>
>
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home