selectEl.on('change', function() {
        window.location.href = window.location.pathname + '?view=' + this.value;
      });