nice-select.js 73 B

123456
  1. $(document).ready(function() {
  2. $('.select').niceSelect();
  3. });