Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Wordpress 中使用了 CookieBar 插件。尽管我在 cookiebar 的初始化中包含了 css 和 js 文件,但它不起作用。浏览器中没有显示任何内容,也没有控制台错误。
我究竟做错了什么 ?欢迎任何建议/帮助。提前致谢。
您是否包含了最新的 Jquery 版本?
如果不是这里是它的 CDN:
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
http://jquery.com/