Skip to content

stephenplusplus/ziptastic-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

ziptastic-jquery

Seamlessly integrate Ziptastic! with jQuery

Usage

Standalone Lookup

Can be used to query for a specific zip code.

$.ziptastic(48867, function(country, state, stateCode, city, zip) {
  // Match found.
});

Input Keyup Wrapper

$('input.zip')
  .ziptastic()
  .on('zipChange', function(event, country, state, stateCode, city, zip) {
    // Match found.
  });

About

The Official Ziptastic jQuery plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published