You Are Here: Home » Posts tagged"jquery"

Geocoding with JQuery and Google Maps – First part

This is the first part of a series of tutorials covering the JavaScript API of Google Maps. In this case we see how to view a Google map with JavaScript. How to center the map on the basis of an address. My example is driven from an XML file that contains some addresses. This file is loaded with JQuery Ajax to populate a select list (or combobox). Based on user selection from the list, the map will be updat ...

Read more

How to populate Combobox with JQuery and XML

HTML <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" title="no title" charset="utf-8"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans" /> <script type="text/javascript" src ...

Read more

© 2012 Flepstudio.org

Scroll to top