Still realllly new to this stuff, so I hope my description of the issue is accurate.
I've just plugged in Zurb Reveal, and got it work on page load with
$(document).ready(function (){
$('#myModal').reveal();
});
Now how do I get a cookie to function so that this only show once a day per user? I don't want to have this popup happening every time a user navigates to the home page.
http://test.leftsidedesign.ca/ght/
Any help would be appreciated!
