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

tooltip data-delay attribute syntax #13874

Closed
hansifer opened this issue Jun 19, 2014 · 0 comments · Fixed by #13986
Closed

tooltip data-delay attribute syntax #13874

hansifer opened this issue Jun 19, 2014 · 0 comments · Fixed by #13986
Labels
Milestone

Comments

@hansifer
Copy link

The syntax for specifying a tooltip show and hide data-delay via data attribute needs to be clarified in the documentation. Specifically, an attribute value of { show: 500, hide: 100 } will not work, as properties require double-quoting as in { "show": 500, "hide": 100 }.

I further recommend support for specifying tooltip show/hide delay ms individually via separate data attributes as in data-delay-show and data-delay-hide.

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

Successfully merging a pull request may close this issue.

2 participants