diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-03-21 09:18:51 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-03-21 09:18:51 -0400 |
commit | bc08ffa74a1a244277eecd1ba2c5df95300bf376 (patch) | |
tree | e827be1d08420692f459454cb11295059002fdf8 | |
parent | 93fd447493af07756d4f87aab8b5a7fd010e8593 (diff) | |
parent | 4d557092ffe070c0c52a852530d3947436175539 (diff) | |
download | jquery-ui-bc08ffa74a1a244277eecd1ba2c5df95300bf376.tar.gz jquery-ui-bc08ffa74a1a244277eecd1ba2c5df95300bf376.zip |
Merge branch 'master' of https://github.com/RedWolves/jquery-ui
-rw-r--r-- | demos/tabs/cookie.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/tabs/cookie.html b/demos/tabs/cookie.html index b168d29ce..35972436d 100644 --- a/demos/tabs/cookie.html +++ b/demos/tabs/cookie.html @@ -50,6 +50,7 @@ <div class="demo-description"> <p>Looks the same as the default demo, but uses cookie to store the selected tab, and restore it when the page (re)loads. The cookie is stored for a day, so tabs will be restored even after closing the browser. Use cookie: {} for using cookies with default options.</p> +<p>The cookie option requires the cookie plugin, which can be found in the development-bundle > external folder from the download builder.</p> </div><!-- End demo-description --> </body> |