Created
June 8, 2018 11:27
-
-
Save CB9TOIIIA/781ee92746dd0dd038dbabf8c3e7ddc5 to your computer and use it in GitHub Desktop.
Проверка хэша и изменение css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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