dacorvo / modernizr-cache

A simple PHP script that allows Modernizr feature detection code to be run only once in a browsing session.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modernizr-cache

A simple PHP script that allows Modernizr feature detection code to be run only once in a browsing session.

This script is inspired by modernizr-server by James G. Pearce.

Usage: Just include the modernizr-cache.php file as follows:

<script type="text/javascript" src="./modernizr-cache.php"></script>

About

A simple PHP script that allows Modernizr feature detection code to be run only once in a browsing session.

License:MIT License


Languages

Language:PHP 57.2%Language:Perl 42.8%