Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
  <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
  <script>
   $(function() {
    $('.tooltip').tooltip({ 
        track: true,
        show: { effect: "fade", duration: 0 },
        hide: { effect: "fade", duration: 0 }
    });
  }); 
    
  </script>
  <style>
    span { padding:10px; background-color:#ccc; color:#333; }
  </style>
</head>
<body>
  <span class="tooltip" href="#" title="&lt;strong&gt;That's what this widget is&lt;/strong&gt;">Tooltips</span> 
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers