Easy EU Cookie Law

Finding a suitable jQuery script to help your website comply with the new EU cookie law can be time consuming and complicated.

Easy EU Cookie Law is different. Simply include the jQuery & CSS files in your website <head> and invoke it with the following jQuery snippet - $.cookieLaw();.

Clear Cookie View Non-Implied Version


If you're interested in customizing Easy EU Cookie Law then you can use the following options to help you along.

Option Name Type Default Description
impliedConsent Boolean true States whether consent should be implied when the user views the notification or when they click the "I Accept" button.
title String 'Our Cookie Policy' The title of the notification window.
shortMessage String 'This website uses cookies to improve your experience. By continuing to use this website you are giving consent to cookies being used.' The main message that is shown within the notification window.
longMessage String 'Cookies are small text files held on your computer. They allow us to give you the best browsing experience possible and mean we can understand how you use our site.' The message shown to the user after clicking the "More Info" button.
onAccepted Callback - If consent is implied this callback is fired after the notification window is loaded. If consent is not implied this callback is fired when the user clicks the "I Accept" button. After that is then fired each time the user visits your website.