Wenn ich die offizielle Dokumentation überprüfe , wird eine Eigenschaft namens HTML angezeigt:
Name | Type | default | Description
----------------------------------------------------------------------------
html | boolean | false | Insert html into the tooltip.
If false, jquery's text method
will be used to insert content
into the dom. Use text if you're
worried about XSS attacks.
Es heißt "HTML in den Tooltip einfügen", aber der Typ ist boolesch. Wie kann ich komplexes HTML in einem Tooltip verwenden?