aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tabs
diff options
context:
space:
mode:
authorRalph Whitbeck <ralph.whitbeck@gmail.com>2011-03-20 07:58:08 -0700
committerRalph Whitbeck <ralph.whitbeck@gmail.com>2011-03-20 07:58:08 -0700
commit4d557092ffe070c0c52a852530d3947436175539 (patch)
tree616f40d6f3bcf1ec9455be4b5108de441c7568e1 /demos/tabs
parentf78f20a07723f33d8234d912372ad4f8208ce5ce (diff)
downloadjquery-ui-4d557092ffe070c0c52a852530d3947436175539.tar.gz
jquery-ui-4d557092ffe070c0c52a852530d3947436175539.zip
Tabs: Updates cookie demo to include more information on how to find cookie plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.
Diffstat (limited to 'demos/tabs')
-rw-r--r--demos/tabs/cookie.html1
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>