Jquery mobile detecting mouseover while mousedown.

Jquery mobile detecting mouseover while mousedown.

Hi, I'm new to the forum. 
I'm trying to develop a kind of ruzzle with html.
I'm making it with divs and I can easily detect movement among the "table" using mouse.
When mouse is down on the first element, the element(div) is selected. Keeping mouse down and going over an other div, the second div is selected too. 
In this way, swiping through divs and selecting them I can compose a sequence of divs.
This is ok with normal browser and normal mouse events. 

I tried to port everything with jquerymobile: vmousedown works perfectly, but vmouseover(while finger is down) doesn't.

Maybe I'm using a wrong approach, or simply I can't do something similar with html or without a specific framework/library...

Any suggestion?