5 lines
No EOL
150 B
JavaScript
5 lines
No EOL
150 B
JavaScript
$('#menu-select').on('change', function() {
|
|
location.href = this.value;
|
|
});
|
|
|
|
if (typeof period !== 'undefined') $(`a#${period}`).addClass('selected') |