An open API service indexing awesome lists of open source software.

https://github.com/outeredge/javascript-snippets

Useful JS snippets for multiple libraries
https://github.com/outeredge/javascript-snippets

Last synced: 12 months ago
JSON representation

Useful JS snippets for multiple libraries

Awesome Lists containing this project

README

          

javascript-snippets
===================

Useful JS snippets for multiple libraries

#Cookie Law Popup

* script should be placed before body end
* div must have id: ```cookiePopup```
* ```timesShown``` specifies the number of page loads before cookie is no longer incremented (and popup does not show)
* modify ```showCookiePopup()``` & ```hideCookiePopup()``` if you want smooth animations (css3 classes)