(function($) {
  $(function() {
    $("select").selectbox();
  });
})(jQuery)
