I\'m an absolute newbie in jQuery. I\'m learning, but there is a Christmas message that I need to get up and running within no time.
I\'ve included these in the head
Something of this kind might be of help:
$(document).ready(function(){ if ($.cookie('test_status') != '1') { //show popup here $.cookie('test_status', '1', { expires: 60}); } });