Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CB9TOIIIA/781ee92746dd0dd038dbabf8c3e7ddc5 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/781ee92746dd0dd038dbabf8c3e7ddc5 to your computer and use it in GitHub Desktop.
Проверка хэша и изменение css
if (window.hashName == '#contacts') {
$("#footer").css({"background-color":"#000", "border": "30px solid red", "font-size": "1.8em"})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment