diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-02-26 21:37:44 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-27 09:05:22 -0500 |
commit | 02855292f2746d2c6f64a729730727df6684c6c7 (patch) | |
tree | f7397df4f4e7babf99abb26bd6f072b22abcaf8d /demos/accordion/hoverintent.html | |
parent | 4da7ec37ac7e5b4dd34593ba850200ccf4f4bf8c (diff) | |
download | jquery-ui-02855292f2746d2c6f64a729730727df6684c6c7.tar.gz jquery-ui-02855292f2746d2c6f64a729730727df6684c6c7.zip |
Accordion: Removed requirement for headers contain a child (and removed associated ui-accordion-heading class).
Diffstat (limited to 'demos/accordion/hoverintent.html')
-rw-r--r-- | demos/accordion/hoverintent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/accordion/hoverintent.html b/demos/accordion/hoverintent.html index 8f628bda8..d08c64be6 100644 --- a/demos/accordion/hoverintent.html +++ b/demos/accordion/hoverintent.html @@ -73,7 +73,7 @@ <div class="demo"> <div id="accordion"> - <h3><a href="#">Section 1</a></h3> + <h3>Section 1</h3> <div> <p> Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer @@ -82,7 +82,7 @@ odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. </p> </div> - <h3><a href="#">Section 2</a></h3> + <h3>Section 2</h3> <div> <p> Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet @@ -91,7 +91,7 @@ suscipit faucibus urna. </p> </div> - <h3><a href="#">Section 3</a></h3> + <h3>Section 3</h3> <div> <p> Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. @@ -105,7 +105,7 @@ <li>List item three</li> </ul> </div> - <h3><a href="#">Section 4</a></h3> + <h3>Section 4</h3> <div> <p> Cras dictum. Pellentesque habitant morbi tristique senectus et netus |