Disable Drag Drop ImagesCoding / Agustus 2, 2019 Agustus 28, 2020 / JavaScript, JQuery $("img").mousedown(function(){return false;});