woocommerce/assets/js/chosen/chosen-rtl.js

6 lines
301 B
JavaScript
Raw Normal View History

jQuery(document).ready(function($) {
// Fix Chosen for RTL
$('.chosen_select, .chosen_select_nostd, .product_attributes select.multiselect, select.country_select, select.state_select, select#dropdown_shop_coupon_type, select[name=m], select#dropdown_shop_order_status').addClass('chosen-rtl');
});