Bug Tracker

Modify

Ticket #2809 (closed feature: invalid)

Opened 5 years ago

Last modified 4 years ago

[accordion] reverse accordion

Reported by: joern Owned by: joern
Priority: minor Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: Cc:
Blocking: Blocked by:

Description

In a reverse accordion, content elements come before headers. Hacking the current implementation to support that is rather trivial:

1. Replace all instances of ".prev()" with ".next()"
2. Replace all instances of ".next()" with ".prev().prev()"  -
excluding the one we just created in step 1.

Making that an option is not.

Change History

comment:1 Changed 5 years ago by joern

  • Owner changed from paul to joern

comment:2 Changed 4 years ago by joern

  • Status changed from new to closed
  • Resolution set to invalid

Accordion is now part of jQuery UI

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.