Country Select boxes with flags.
A lightwieght jQuery plugin for creating Bootstrap 3 compatible country select boxes with flags Demo http://blazeworx.github.io/flagstrap Basic < form class = " form-horizontal " > < div class = " form-group " > < label >Select Country</ label >< br > < div class = " flagstrap " data-input-name = " country " ></ div > </ div > </ form > < script > $ ( ' .flagstrap ' ). flagStrap (); < / script > Options Using Data Attributes This example will create a Flagstrap Dropdown giving the input field the name of country with all countries available and Germany pre selected and in a scrollable dropdown with max-height of 250px . < form > ...