You can see an example on the page http://esperanto-nb.de/tekniko/technik.html.
Greetings
Rene'
PS: Your page removed my last e' in my name. :-( And the sign has to be on the e.
wow, great post. it gave me a lot of useful information. I look forward to your next posts.
Incredible, what a wonderful article. It provided me with a wealth of knowledge. I eagerly await your subsequent updates. drift boss
1.52.248.207
$(document).ready(function() {
$("#myButton").tooltip({
content: function() {
return $(this).prop("title");
},
tooltipClass: "custom-tooltip",
html: true
});
});
Certainly! To add an “a href” link in a tooltip, you typically need to modify the JavaScript or HTML that handles the tooltip's content.
You can comment the pointer-event property of tooltip
div.tooltip {position: absolute;text-align: center;width: 60px;height: 28px;padding: 2px;font: 12px sans-serif;background: lightsteelblue;border: 0px;border-radius: 8px;/* pointer-events: none; This line needs to be removed */}
If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;
If your question is related to the CSS3 Tooltip, click:
Ask new question: CSS3 TooltipOtherwise navigate to one of the following forum categories, and post your question there.
##