Changeset 4878 for trunk/plugins/accordion/demo
- Timestamp:
- 03/08/08 11:58:32 (10 months ago)
- Location:
- trunk/plugins/accordion/demo
- Files:
-
- 2 modified
-
index.html (modified) (1 diff)
-
nested.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/accordion/demo/index.html
r4707 r4878 290 290 <div class="title">Soccer</div> 291 291 <div> 292 One ball, 22 players. Lots of fun. 292 One ball, 22 players. Lots of fun. <a href="http://google.com">Go to google?</a> 293 293 </div> 294 294 </div> -
trunk/plugins/accordion/demo/nested.html
r4418 r4878 34 34 </head> 35 35 <body> 36 <p>The results of some of these operations are persistent, so you must reload the page to test a new set of operations.</p>37 <ul>38 <li>[all browsers] Click 1b, 1a, 2a. Notice that 1a is now larger than it should be.</li>39 40 <li>[all browsers] Click 2a, 1b, 1a, 2a. Notice that 1a is now shorter than it should be.</li>41 <li>[IE] Open/close 1a. Notice that the nested accordion does not show/hide properly.</li>42 </ul>43 36 <ul id="acc1" class="ui-accordion-container"> 44 37 <li>
