You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn’t find how I can do tooltip on the click event to an element without jQuery if I use Microtip.
2. Argumentation
2.1. Common cause
Accessibility.
2.2. Details
If the end-user of my site click to some button, it would be nice to tell him that the action has been taken. It’s not good if the end-user doubts whether he did everything right. Also, it’s desirable that the dialog isn’t obtrusive and distracting.
3. Desired behavior
Currently, I use Tooltipster jQuery tooltips library on my site for these purposes. Example, how it works:
One tooltip by hover, another tooltip by left mouse button click.
Unfortunately, Tooltipster have a big jQuery dependency and doesn’t work with Zepto and cash — lightweight jQuery alternatives.
Can we get the similar behavior for Microtip?
4. Not helped
I couldn’t find how I can get the desired behavior in:
1. Summary
I couldn’t find how I can do tooltip on the click event to an element without jQuery if I use Microtip.
2. Argumentation
2.1. Common cause
Accessibility.
2.2. Details
If the end-user of my site click to some button, it would be nice to tell him that the action has been taken. It’s not good if the end-user doubts whether he did everything right. Also, it’s desirable that the dialog isn’t obtrusive and distracting.
3. Desired behavior
Currently, I use Tooltipster jQuery tooltips library on my site for these purposes. Example, how it works:
One tooltip by hover, another tooltip by left mouse button click.
Unfortunately, Tooltipster have a big jQuery dependency and doesn’t work with Zepto and cash — lightweight jQuery alternatives.
Can we get the similar behavior for Microtip?
4. Not helped
I couldn’t find how I can get the desired behavior in:
Thanks.
The text was updated successfully, but these errors were encountered: