jQuery: Storing and Retrieving Points for Google Maps

Hier der zweite Teil der jQuery und Google Maps Serie von Marc Grabanski. Den ersten Teil findet man hier.

First, let me share with you the design-pattern behind the tutorial. My design pattern has two steps. The first is to use a simple HTML form to create new locations by posting the data to the server via AJAX. The second step is to fetch those locations from the server also via AJAX. Sound simple? Well, then lets get started…

Possibly related posts (automatically generated)