countrypicker

based on the popular bootstrap-select

countrypicker is a jQuery plugin that utilizes Bootstrap's dropdown.js and bootstrap-select to provide country data and styling to standard select elements.

Download (v 1.0)

Dependencies


Requires jQuery v1.8.0+, Bootstrap’s dropdown.js component, and Bootstrap's CSS. If you're not already using Bootstrap in your project, a precompiled version of the minimum requirements can be downloaded here.

Usage


Create your <select> with the .selectpicker and .countrypicker class. The data-api from bootstrap-select will automatically apply a basic theme to these elements. Then the data-api from countrypicker will populate the select with countries.

<select class="selectpicker countrypicker"></select>


Examples


Data Default

Set default country






data-default="United States"

Live Search

Searchable with bootstrap-select.js






data-live-search="true"

With Flag

Searchable, data default with flags






data-flag="true"

countrypicker is maintained by saganic, caseyjhol, t0xicCode, and the community.