Skip to content
panaghia edited this page Apr 14, 2011 · 2 revisions

With version 0.5 GeoSuggester for MooTools has changed its API.

Now no external stylesheet are required, you only need to include source file GeoSuggester.js in Source folder.

Basic usage

var geo = new GeoSuggester({
   inputItem: 'input',
   container: 'containerEl',
   onSelect: function()
   {
      //fires when user selects a location
   }
});

Clone this wiki locally