I\'m using Bootstrap Select (http://silviomoreto.github.io/bootstrap-select/) for displaying dropdown with Font-Awesome icons for each section of my website.
I added abi
You have to refresh your select as mentioned on the plugin page
$(select).selectpicker('refresh');