Ver original$().mousedown(function(){ $(this).on("mousemove" ,function(){ });}); $().mouseup(function(){ $(this).off("mousemove");});