अगर मैं आधिकारिक दस्तावेज की जाँच करूँ , तो मुझे 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.
यह कहता है, "टूलटिप में html डालें", लेकिन प्रकार बूलियन है। मैं टूलटिप के अंदर जटिल html का उपयोग कैसे कर सकता हूं?