An open API service indexing awesome lists of open source software.

https://github.com/dbackowski/eucookiesnotice

Simple javascript library for display EU cookies law notice (requires: Bootstrap, jQuery, js-cookie).
https://github.com/dbackowski/eucookiesnotice

display-eu-cookies jquery jquery-plugin

Last synced: about 1 month ago
JSON representation

Simple javascript library for display EU cookies law notice (requires: Bootstrap, jQuery, js-cookie).

Awesome Lists containing this project

README

          

# EUCookiesNotice [![Build Status](https://travis-ci.org/dbackowski/euCookiesNotice.svg?branch=master)](https://travis-ci.org/dbackowski/euCookiesNotice)

Simple javascript library for display EU cookies law notice (requires: Bootstrap, jQuery, js-cookie).

![screenshot](http://i.imgur.com/LPUwAzZ.png)

## Example usage

```javascript
$(document).ready(function() {
euCookiesNotice.init();
});
```

```javascript
$(document).ready(function() {
euCookiesNotice.init({ text: 'To jest komunikat', buttonText: 'OK' });
});
```

## Options

* text - text to display on notice (default: ''Ta strona korzysta z ciasteczek. Dalsze korzystanie ze strony oznacza, że zgadzasz się na ich użycie.')
* buttonText - text to display on notice close button (default: 'Zamknij')

## License

Released under the MIT License.