/*! * Select2 init * https://select2.github.io * * Released under the MIT license * https://github.com/select2/select2/blob/master/LICENSE.md */ jQuery(document).ready(function($) { $('.woocommerce-ordering select').select2(); // Add your target select field $('.atomy-widget-area select').select2(); // Add your target select field });