a lightweight Bootstrap 4 tooltip equivalent, if in case you are using jQuery but not using bootstrap 4+ tooltip.
- clone/download the repository and import the
jquery.tooltip.min.js
, please ensure that the jquery is loaded first - import the stylesheet
jquery.tooltip.min.css
just add the following attributes:
data-toggle="tooltip"
-> fixed
title="Awaiting QA Processing"
-> the tooltip content
data-placement="top|right|bottom|left"
-> tooltip placement