Skip to content

Instantly share code, notes, and snippets.

@zhabinka
Last active January 19, 2017 13:40
Show Gist options
  • Save zhabinka/371a15650bc6cdf5770c5dea7ec92893 to your computer and use it in GitHub Desktop.
Save zhabinka/371a15650bc6cdf5770c5dea7ec92893 to your computer and use it in GitHub Desktop.
Всплывающее окно при первом и последующем посещении сайта.Установка времени жизни куки в минутах.
<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>
<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