vendredi 27 février 2015

Bootstrap Tooltip not appearing


I've passed all the Stack Overflow, tried literally anything. The tooltip doesn't working. Can you please help me !!!



<!DOCTYPE html>
<html>

<head>
<link rel="stylesheet" href="http://ift.tt/1J4cr1i">
<script src="http://ift.tt/13wBVXk"></script>

<script>
$(function() {
$('[rel="tooltip"]').tooltip();
});
</script>
</head>

<body>
<div class="container">
<div class="btn-group">
<button class="btn btn-default" rel="tooltip" title="hello" data-placement="bottom">Hello World</button>
</div>
</div>
</body>

</html>




Aucun commentaire:

Enregistrer un commentaire