air
air

Reputation: 6264

using google.loader.ClientLocation

what will be best way to use

        using google.loader.ClientLocation

to get client country & city name in jquery

Thanks

Upvotes: 2

Views: 820

Answers (1)

Ryan Lynch
Ryan Lynch

Reputation: 7786

Where does jQuery get involved in this? If you are using the Google Ajax API you can access these properties as explained here.

Upvotes: 1

Related Questions