https://github.com/rapidwebltd/basic-js-cookie-banner
🍪 A basic JavaScript cookie banner (implied consent)
https://github.com/rapidwebltd/basic-js-cookie-banner
cookie-banner-javascript cookie-clicker cookies js-cookie-banner
Last synced: about 1 month ago
JSON representation
🍪 A basic JavaScript cookie banner (implied consent)
- Host: GitHub
- URL: https://github.com/rapidwebltd/basic-js-cookie-banner
- Owner: rapidwebltd
- License: lgpl-3.0
- Created: 2015-10-27T10:52:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T14:56:11.000Z (almost 10 years ago)
- Last Synced: 2025-02-11T14:23:05.505Z (over 1 year ago)
- Topics: cookie-banner-javascript, cookie-clicker, cookies, js-cookie-banner
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic JS Cookie Banner
A basic JavaScript cookie banner (implied consent)
## Screenshot

## Requirements
* Bootstrap (CSS) >= 3.3.5
* jQuery >= 1.11.3
## Installation
Can be installed via bower.
`bower install basic-js-cookie-banner --save`
## Usage
First, include the CSS files in the bottom of the ``: (...or import it via LESS)
```html
```
Insert the code into the bottom of your footer:
```html
```
Ensure you have Bootstrap, jQuery and the Cookie Banner JavaScript file included at the bottom of the footer as well:
```html
```
## Licence
LGPL