var urlHash = location.hash; if (urlHash == '#regular') { $('.select-regular').prop('selected', true); changeRegular(); }