added tooltip instruction

This commit is contained in:
Tom Johnson
2015-04-23 15:34:05 -07:00
parent cb23dc688f
commit a149eca341
6 changed files with 151 additions and 97 deletions

View File

@ -46,3 +46,9 @@ $( document ).ready(function() {
$( "#mysidebar" ).attr("class", "nav affix");
}
});
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip({
placement : 'top'
});
});