Сообщение от Albinos4210
|
Чтото не пашит. Куки удалил 0 реакции
|
<script src="http://code.jquery.com/jquery-latest.js"></script>
<div id=hideCont1 style="display:none;">Однократный Привет!</div>
<script>
function setcookie(a,b,c) {if(c){var d = new Date();d.setTime(d.getTime()+c);}if(a && b) document.cookie = a+'='+b+';path=/'+(c ? '; expires='+d.toUTCString() : '');else return false;}
function getcookie(a) {var b = new RegExp(a+'=([^;]){1,}');var c = b.exec(document.cookie);if(c) c = c[0].split('=');else return false;return c[1] ? c[1] : false;}
if(!getcookie('hideCont1')){
setcookie('hideCont1',1);
setTimeout(function(){$('#hideCont1').slideToggle('normal')},1000);
}
</script>
Для Повтора - Закрыть браузер