En vous inspirant de l'exercice "deplacer.js" du TP-4, écrivez le JS.
Indications :
$('.potentiometre img').on('dragstart', function(event) { event.preventDefault(); });