Skip to content
 
 

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Official Ziptastic jQuery plugin!

Ziptsatic Logo

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

This is a jQuery plugin that shows how Ziptastic could be used.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages