DEV Community

Cover image for Tootltip...
Pragdeesh Kumar
Pragdeesh Kumar

Posted on

Tootltip...

Hey this is my tooltip by js and css...

<!DOCTYPE html>


Pragdeesh Tooltip






Tooltip Example

Hover over me $(document).ready(function(){ $('[data-toggle="tooltip"]').tooltip(); });

Top comments (0)