} else {
visited++; // increase counter of visits
$("p.counter span").append(visited);
// set new cookie value to match visits
$.cookie('visited', visited, {
expires: 3// expires after one day
});
return false;
I do not need to change?
For me the only one place to change?
Because, after amendment does not work for some reason no one.
Another question. How to make a pop-up window will appear only once per day. For now many times to refresh the page and display both.
Thanks bro. Very fast support.
Or else I get this error:
Uncaught TypeError: undefined is not a function
$(document).ready(function () {
If i use the WordPress jquery.js