jQuery(document).ready(function($) { $('.js-country-list').select2(); }); jQuery(document).ready(function($) { $('.js-user-type-list').select2(); }); jQuery(document).ready( function($) { $( "[id^=addond_accordion]" ).accordion({ collapsible: true, animate: 400, active: false }); });