$(function() { if (Cookies.get('RemoveCount') == 'true' && Cookies.get('RemoveCount') != 'undefined') { $("#count").hide(); } else { $("#count").show(); } }