Last active
January 19, 2017 13:40
-
-
Save zhabinka/371a15650bc6cdf5770c5dea7ec92893 to your computer and use it in GitHub Desktop.
Всплывающее окно при первом и последующем посещении сайта.Установка времени жизни куки в минутах.
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
<head> | |
<!-- jQuery --> | |
<script src="//yandex.st/jquery/1.9.1/jquery.min.js"></script> | |
<!-- jQuery cookies | |
* https://github.com/carhartl/jquerycookie/blob/master/src/jquery.cookie.js | |
* http://codernote.ru/jquery/rabotascookiesnajquery/ | |
--> | |
<script type="text/javascript" src="js/jquery.cookie.js"></script> | |
<!-- arcticModal | |
* http://arcticlab.ru/arcticmodal/ | |
* https://github.com/vjik/arcticModal | |
* http://smartlanding.biz/vsplyvayushheeoknopripervomposeshheniisajta.html | |
--> | |
<script src="js/arcticmodal/jquery.arcticmodal.js"></script> | |
<link rel="stylesheet" href="js/arcticmodal/jquery.arcticmodal.css"> | |
<link rel="stylesheet" href="js/arcticmodal/themes/simple.css"> | |
</head> |
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
<div class="g-hidden"> | |
<div class="box-modal" id="fixtours"> | |
<div class="box-modal_close arcticmodal-close">Close</div> | |
<!-- Fixed tours --> | |
Window's code | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment