2
I have the following excerpt from a div
<div class="teste" draggable="true">CONTEÚDO DA DIV</div>
I wish that when I drag this div
By the screen the cursor was in default, but the problem is that only with CSS I can not because the cursor is as if locked! and tbm I developed the code in jQuery
, without the UI
, therefore I do not have access to functions such as draggable()