venugopal24 / geo-autocomplete

Automatically exported from code.google.com/p/geo-autocomplete
0 stars 0 forks source link

Cannot get geo-autocomplete working as expected #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
I downloaded the 2.1.1 zip file and added the following lines of code:

<script src="/i/JS/geo-autocomplete/ui.geo_autocomplete.js" 
type="text/javascript"></script>

<script src="/i/JS/geo-autocomplete/geo_autocomplete.js" 
type="text/javascript"></script>

<script type="text/javascript" 
src="/i/JS/geo-autocomplete/lib/jquery.autocomplete_geomod.js"></script>

<script type="text/javascript" 
src="http://maps.google.com/maps/api/js?sensor=false"></script>

$(document).ready(function(){
    initPage();
});

function initPage()
{
    $('#P7_ADDRESS').geo_autocomplete();
}

But the address type-ahead doesn't work.  Also, the util.demo.html doesn't work 
in the Project Home page.  Is this jQuery plugin still working?  Am I missing 
something?

Original issue reported on code.google.com by jstevn...@gmail.com on 9 Mar 2012 at 9:15