Jika saya memeriksa dokumentasi resmi , saya dapat melihat properti bernama HTML:
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.
Ia mengatakan, "masukkan html ke tooltip", tetapi tipenya adalah boolean. Bagaimana saya bisa menggunakan html kompleks di dalam Tooltip?