dobarkod / cookie-banner

JavaScript based cookie-info banner for complying with EU cookie law
MIT License
425 stars 85 forks source link

New option `AcceptOnScroll` #22

Closed coire1 closed 9 years ago

coire1 commented 9 years ago

Hi, thank you for the script.

In Italy for the cookie law is considered as acceptance every single interaction of the user with the page, including the window scroll. I've just added an option AcceptOnScroll that allows this behaviour. If the options is set true a listener for the scroll event is added to window. This option defaults to false.

senko commented 9 years ago

Looks good to me. Thanks @coire1 !