<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row">
<h2>Tooltips with OPTIONS set in HTML <small>but initialized in JS</small></h2>
<h1>Muttley Tooltip (Basic)</h1>
<img data-toggle="myToolTip" data-placement="top" data-html="true"
src="https://pbs.twimg.com/profile_images/3603945500/a5e6d6baa484769bf20c0c7c774db8b9.jpeg"
alt="alternative text" title="Muttley Man rocks"/>
<h1>Muttley Tooltip with 2 second delay and 3 second hide delay
<img data-toggle="myToolTip" data-placement="top" data-delay='{"show":2000, "hide":3000}' src="https://pbs.twimg.com/profile_images/3603945500/a5e6d6baa484769bf20c0c7c774db8b9.jpeg" alt="alternative text" title="Muttley Man rocks"/>
</h1>
<h1>Muttley Tooltip with HTML</h1>
<img data-toggle="myToolTip" data-placement="top" data-html="true"
src="https://pbs.twimg.com/profile_images/3603945500/a5e6d6baa484769bf20c0c7c774db8b9.jpeg"
alt="alternative text" title="<h3>Muttley</h3> Man rocks"/>
<h1>Muttley Tooltip with Color</h1>
<img data-toggle="myToolTip" data-placement="top" data-html="true"
src="https://pbs.twimg.com/profile_images/3603945500/a5e6d6baa484769bf20c0c7c774db8b9.jpeg"
alt="alternative text" title="<b class='myColor'>Muttley</b> is going <i></i>on a roll <h2>to the HTML store</h2>"/>
<hr>
<a href="#" data-toggle="myToolTip" data-placement="top"
data-template='<div class="myToolTip" role="tooltip"><div class="tooltip-arrow">arrow</div><div class="tooltip-inner">inner</div></div>'>