JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q45170F
  • License MIT

It is a pure JS code, that warns the visitors in the notification bar, the page saves cookies. This is Compliant with the new EU cookie law.

Package Exports

  • cookiebar

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cookiebar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Cookiebar

Build Status GitHub license Dependency Status devDependency Status

It is a pure JS code, that warns the visitors in the notification bar, the page saves cookies. This is Compliant with the new EU cookie law.

About

Because of the changes in the (EU Cookie Law), the website operators must inform the visitors about the site's use of cookies.

This simple script is free of dependencies, does not require use of framework. The minimalized version is less than 5 Kb. The Cookie bar gives the opportunity for the guest to know about active cookie usage.

If you use jQuery, it might be worth trying: jquery.cookiebar.

Getting started

Install

  • Using npm: $ npm install cookiebar
  • Using bower: $ bower install cookiebar

or download latest release from github.

Usage

Include header (all pages)

<link rel="stylesheet" href="dist/cookiebar.min.css" media="screen" charset="utf-8">

and include footer, before close </body> tag (all pages)

<script type="text/javascript" src="dist/cookiebar.min.js"></script>

and add this code your script file ...

ready(function() {
    var cookiebar = new Cookiebar({
        id: "cookiebar",
        cls: "cookiebar",
        cookie: "cookiebar"
    });
});

Features

  • Vanilla javascript (no dependencies)
  • Only appears when you use cookies
  • Add support language
  • Check AdBlocker

Build

Request Node.js and gulp-cli. Install devDependencies from package.json

npm install

Contribute

You can contribute with Cookiebar installing it and submitting issues and pull requests.

NOTE: Please no pull dist folder.

License

MIT © Tamás András Horváth