1.1.3 • Published 5 years ago

ilovecookies v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

installation

use it as a module:

npm install ilovecookies
import iLoveCookies from 'ilovecookies';

or embed it directly:

<script src="ilovecookies.min.js"></script> 

usage

document.addEventListener('DOMContentLoaded', () =>
{
    let ilovecookies = new iLoveCookies({
        expiration: 30,
        css: true,
        padding_bottom: true, // increase padding bottom with height of cookiebar to prevent overlapping important links
        de: {
            text: 'Um die Webseite optimal gestalten und fortlaufend verbessern zu können, verwenden wir Cookies. Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu.',
            close_text: 'Schließen',
            more_text: 'Weitere Informationen',
            more_link: 'datenschutz'
        },
        en: {
            text: 'To ensure that our web site is well managed and to facilitate improved navigation within the site, we may use cookies. By using this website, you agree to the use of cookies.',
            close_text: 'Close',
            more_text: 'Further information',
            more_link: function() { alert('foo'); }
        }
    });
});
1.1.3

5 years ago

1.1.2

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago