I'm trying to do some thing like this: Hover on: '.painel li' if mousedown then: do the code I already do this:
$('.painel li').bind('mousedown hover', function () {
// Code
});
But, it doesn't work, anyone know how can I do that?
Thanks.