0
Well, I’m having trouble with mouseenter(). it only fires the event if I click, I need that when passing inside an element(div) it fires the event.
Like I’m doing:
$('#<?php echo $x?>').mouseenter(function(){
$('#<?php echo $x?>').popover('show');
});
When I click shoots, the more I actually need it to shoot while passing the mouse.