jQuery .draggable without clicking
I'm doing draggable div. I'm using jquery UI .draggable function fot that,
but this is not exactly that what I need.
$('.magic_background').draggable({
cursor: 'move',
containment: '.magic_movable'
});
I need that the DIV would be draggable without clicking on it (function
working with mousemove) . Also I need to remove drag cursor, what is the
function for that what I want?
No comments:
Post a Comment