$(function(){ $("#mobile-site").live("click", function(){ $.cookie("fIsMobile", "true", {expires: 365 * 10, path: '/'}); }); });