-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookieTest
37 lines (35 loc) · 924 Bytes
/
cookieTest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$(document).ready(function() {
cookieHinweis();
});
function cookieHinweis() {
var cookie_name = location.host + '_cookie_hint';
if (!jQuery.cookie(cookie_name)) {
$('#cookie_hinweis').removeClass('hidden');
$('#cookie_hinweis .close').on('click', function () {
jQuery.cookie(cookie_name, true, {expires: 365, path: '/'});
$('#cookie_hinweis').addClass('hidden');
});
}else{
$('#cookie_hinweis').hide();
}
$('#cookie_hinweis').hide();
} $('#cookie_hinweis').hide();
} $('#cookie_hinweis').hide();
}
This is me the one and only
This is me the one and only !%%%%
hit me baby one more time
hello changes
new changes
ok
dont change me
doing my changes
change me
doing changes
hello
woooooowhoooooo
new changes
im doing hcnage
doing new changes hoo
again
}