diff options
author | Todd Parker <fg.todd@gmail.com> | 2009-01-19 18:24:50 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2009-01-19 18:24:50 +0000 |
commit | be22dee1daae5570f8c741a027b0212d7e671634 (patch) | |
tree | 01f73627f8b1b5940f779e122facd442b0db5942 /demos/accordion | |
parent | 19ba6fe1cdddb205e0c10b41bf82eeea4353e8f4 (diff) | |
download | jquery-ui-be22dee1daae5570f8c741a027b0212d7e671634.tar.gz jquery-ui-be22dee1daae5570f8c741a027b0212d7e671634.zip |
Removed some content from default description and added to overview section on docs wiki instead,
Diffstat (limited to 'demos/accordion')
-rw-r--r-- | demos/accordion/default.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/demos/accordion/default.html b/demos/accordion/default.html index d94d41862..b9d74c6c6 100644 --- a/demos/accordion/default.html +++ b/demos/accordion/default.html @@ -59,16 +59,6 @@ <p>This is a default accordion which is an expandable/collapsible content pane that is useful for situations when content must be displayed within limited space and can be broken into logical sections, much like tabs. Sections open when clicked by default. The HTML code is a series of headers (H3) and content divs so the content is still usable without Javascript.</p> -<div style="padding: 0pt 0.7em; margin-top: 20px;" class="ui-state-highlight ui-corner-all"> -<p> -<span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span> -<strong>Note:</strong> If you are looking for a widget that allows more than one content panel to be open, don't use this plugin. You can achieve this effect with a few lines of jQuery instead, like this: -<pre class="ui-widget-content">jQuery(document).ready(function(){ - $(".accordion .head").click(function() { - $(this).next().toggle(); - }).next().hide(); -});</pre> -</p> </div> </div><!-- End demo-description --> |