/jquery-orderpath-loadstates

A simple jQuery plugin to load US states or Canadian provinces into select-options from JSON files

Primary LanguageJavaScriptMIT LicenseMIT

Orderpath Loadstates

A simple jQuery plugin to load US states or Canadian provinces into select-options from JSON files.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/orderpath-loadstates.min.js"></script>
<script>
jQuery(function($) {
  $.awesome(); // "awesome"
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)