(function( $ ){ 'use strict'; $(document).ready(function(){ /* Select2*/ if ($('.ovadep_cat').length > 0) { $('.ovadep_cat').select2(); }; }); })(jQuery);