文件名称:biscuit:一个简单,无样式的Cookie横幅
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-19 11:28:20
JavaScript
饼干 饼干是一个简单的Javascript库,用于显示cookie法律标语。 它没有依赖性并且没有样式。 用法 在您的页面中包含脚本: < script type =" text/javascript " src =" biscuit.min.js " > </ script > 然后初始化横幅: Biscuit . init ( { cookie : "biscuit_consent" , // The name of the cookie used to remember the consent expire : 365 , // Number of days the cookie will be kept text : "This website uses cookies ;)" , link : "/coo
【文件预览】:
biscuit-master
----README.md(1KB)
----examples()
--------basic.html(242B)
--------custom.html(493B)
----dist()
--------biscuit.min.js(3KB)
----src()
--------biscuit.js(5KB)