jQuery(document).ready(function($) { $.cookieBar( { forceShow:false, message: 'Questo sito fa uso di cookie. Continuando la navigazione accetti la nostra politica di utilizzo dei cookie.', acceptText: 'Accetto', policyText: 'Cookies policy', policyURL: 'http://www.officinabinaria.it/privacy/', declineButton: false, //Set to true to show decline/disable button policyButton: true, //Set to true to show Privacy Policy button acceptButton: true, //Set to true to show accept/enable button declineText: '', autoEnable: true, acceptOnContinue: true, expireDays: 365, effect: 'slide', element: 'body', append: false, fixed: false, bottom: true, zindex: '9999999', redirect: String(window.location.href), domain: String(window.location.hostname), referrer: String(document.referrer) }); })