diff --git a/countries.js b/countries.js
index 03f44b5..4c77067 100644
--- a/countries.js
+++ b/countries.js
@@ -297,3 +297,38 @@ function print_state(state_id, state_index){
option_str.options[option_str.length] = new Option(state_arr[i],state_arr[i]);
}
}
+
+
+//jQuery Nice Select == Support
+function print_country_for_JQueryNice(country_id) {
+ var option_str = $('#' + country_id);
+ var ul = option_str.next('.nice-select').find('.list');
+
+ option_str.empty();
+ option_str.append($('