mousehover - Bootstrap tooltip and awesome bootstrap checkbox error -


so seems when using awesome bootstrap checkbox , bootstrap tooltip check icon showed after move mouse checkbox

<div class="checkbox checkbox-circle">   <input id="checkbox7" type="checkbox" data-toggle='tooltip' data-placement='bottom' data-original-title="tooltip here" class='checkbox'>   <label for="checkbox7">     rounded   </label> </div> 

here's javascript (source: bootstrap)

$(function () {     $("[data-toggle='tooltip']").tooltip(); }); 

here's example: http://codepen.io/anon/pen/ejbyaz

is there way fix this?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -