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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -