Mousemove JQuery

$( "#target" ).mousemove(function( event ) {
});
A D Bhowmick