Well, I'm having problems with mouseenter (). it just triggers the event if I click, I need to pass the event inside an element (div).
How do I do:
$('#<?php echo $x?>').mouseenter(function(){
$('#<?php echo $x?>').popover('show');
});
When I click it it fires, but in fact I need it to fire when I move the mouse.