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
You can try this
$(document).ready(function() { if ($.cookie('test_status')) { return; } //Rest of your code here });