Seamlessly integrate Ziptastic! with jQuery
Can be used to query for a specific zip code.
$.ziptastic(48867, function(country, state, stateCode, city, zip) {
// Match found.
});
$('input.zip')
.ziptastic()
.on('zipChange', function(event, country, state, stateCode, city, zip) {
// Match found.
});