-
Notifications
You must be signed in to change notification settings - Fork 771
Add unique class to current slide & its title #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@MattKohnen why do you need this? Could you maybe explain me what the benefit would be? Thanks. |
Hi Rafael, Thanks for this plugin, by the way. So I am showing the ".title" of the active slide and hiding the rest. I Matt On Sun, May 19, 2013 at 11:45 AM, Rafael J. Staib
|
Hi Matt, Don’t mention it ;-) I thought it is time to give the open-source community something back. There are so many good plugins and libraries out there which helped me a lot. Your approach is quite interesting because I never considered people want to show the active title. I actually using the title for accessibility reasons and for people who disabled javascript (nobody is doing that quite sure but nevertheless I think it is pretty important try to cover all cases). And of course to hook into a active tab is very useful too. So I will add one class for active title and body in one of my next changes. Many thanks Matt. |
- Make css class for the outer component wrapper editable - Add saveState option flag to persist last active step position - Add current class to step title and body for convinient css targeting #2 - Fixed a bug related to startIndex - Fixed a bug related to focusing after stepChanges
The class name which indecates that the title and body is active is called |
Will allow convenient CSS targeting.
For example, output would be:
The text was updated successfully, but these errors were encountered: