Created
January 17, 2019 14:38
-
-
Save AndryWJ/effea63838806d64203b13b0dcdbe44b to your computer and use it in GitHub Desktop.
js: DomContentLoaded загрузка дом
This file contains 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
<script type="text/javascript"> | |
document.addEventListener("DOMContentLoaded", openModalLogin);//Когда загрущзиться jquery запустим наш скрипт запуска модалки | |
function openModalLogin(){ $(".login-btn-in a").trigger('click'); }; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment