Tagged Questions
0
votes
3answers
806 views
Set a cookie on first time page load
How can I set a cookie with jquery cookie, only the first time browser loaded and if not exists without affecting this
$('.family-filter').click(function(){
if ($.cookie('ff') == ...