diff options
author | Richard Worth <rdworth@gmail.com> | 2009-08-05 12:25:12 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-08-05 12:25:12 +0000 |
commit | 44d3893daaa2675aabbeabfe71719b040ff3f999 (patch) | |
tree | d9b67489046a22c3b98de1186b5be563d4b1f127 /tests/visual/accordion | |
parent | c57c3dcc0962c9ad77f3c3ec0e946a42e39a1a3c (diff) | |
download | jquery-ui-44d3893daaa2675aabbeabfe71719b040ff3f999.tar.gz jquery-ui-44d3893daaa2675aabbeabfe71719b040ff3f999.zip |
visual test : Accordion option navigation true - added a note about needing to refresh the page after clicking a navigation link.
Diffstat (limited to 'tests/visual/accordion')
-rw-r--r-- | tests/visual/accordion/accordion_option_navigation_true.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/visual/accordion/accordion_option_navigation_true.html b/tests/visual/accordion/accordion_option_navigation_true.html index 7b9917ce5..d26c2e760 100644 --- a/tests/visual/accordion/accordion_option_navigation_true.html +++ b/tests/visual/accordion/accordion_option_navigation_true.html @@ -33,5 +33,13 @@ </div> </div> +<h2>Note: you have to refresh the page after clicking each link below</h2> + +<ul> + <li><a href="#sec1">Section 1</a></li> + <li><a href="#sec2">Section 2</a></li> + <li><a href="#sec3">Section 3</a></li> +</ul> + </body> </html> |