Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 238 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 238 Bytes

Client-side Geocoder

This script utilizes jQuery to:

  1. Take a forms address
  2. Give it to Google's Geocoder API
  3. Retrieve the longitude/latitude
  4. Append the form.

Thanks to @evro for some ajax assistance.