Changeset 4451
- Timestamp:
- 01/14/08 21:59:36 (1 year ago)
- Location:
- trunk/plugins/accordion
- Files:
-
- 2 modified
-
demo/index.html (modified) (1 diff)
-
jquery.accordion.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/accordion/demo/index.html
r4137 r4451 290 290 <p> 291 291 Well, apart from the running part. 292 <a href="#navigation">Navigation example</a> 292 293 </p> 293 294 </div> -
trunk/plugins/accordion/jquery.accordion.js
r4424 r4451 197 197 198 198 // if animations are still active, or the active header is the target, ignore click 199 if (running || (settings.alwaysOpen && clickedActive) || !clicked.is(settings.header))199 if (running || (settings.alwaysOpen && clickedActive)) 200 200 return false; 201 if (!clicked.is(settings.header)) 202 return; 201 203 202 204 // switch classes
