Skip to content
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

Tootips Everywhere #59

Open
mstahlmann opened this issue Jan 12, 2018 · 1 comment
Open

Tootips Everywhere #59

mstahlmann opened this issue Jan 12, 2018 · 1 comment

Comments

@mstahlmann
Copy link

puts tooltip on every element relative to the form number.

@sambojoe
Copy link

For Version 1.1
The tooltips are there due to the 'title' tag being used in the fieldset.
You can get rid of the tooltips by the following.
Amend your fieldsets so they use data-title instead.
From: title="Step 1" to data-title="Step 1"
Then amend the stepy.js ,
from:
return $('<div />', { html: step.attr('title') || '--' });
to:
return $('<div />', { html: step.attr('data-title') || '--' });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants