Search code examples
jqueryautocompletepostal

jQuery Autocomplete City & Country based on zip code


I was wondering if anyone knew a good service for City and Country Lookup by postal code, I was using the ziptasic plugin from jQuery, but it only supports the US and I need to search within Canada, both would be great. I know google maps API is another method but I dont even know where to start.

Any help would be great!

Thanks


Solution

  • Ended up using the ziptastic plugin Version 2, and the golocation jquery plugin!

    Thanks for the insight tho!