We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523c407 commit d176f57Copy full SHA for d176f57
README.md
@@ -8,6 +8,9 @@ Include script *after* the jQuery library (unless you are packaging scripts some
8
9
<script src="/path/to/jquery.cookie.js"></script>
10
11
+**Do not include the script directly from GitHub (http://raw.github.com/...).** The file is being served as text/plain and such being blocked
12
+in Internet Explorer on Windows 7 for instance (because of the wrong MIME type). GitHub is not a CDN.
13
+
14
## Usage
15
16
Create session cookie:
0 commit comments