Sécurisé le drag and drop des images (pour éviter la copie)


$('body').on('dragstart mousedown', 'img',function(event){
console.log(event);
event.preventDefault();
return false;
});

Leave feedback about this

  • Rating
Choose Image