woocommerce/assets/js/frontend/chosen-frontend.min.js

1 line
229 B
JavaScript

jQuery(document).ready(function(e){e("select.country_select, select.state_select").chosen({search_contains:!0});e("body").bind("country_to_state_changed",function(){e("select.state_select").chosen().trigger("chosen:updated")})});