16 July 2020

How to remove/disable drag image from website?

Remove/disable drag image from website


jQuery(document).ready(function($){


$('img').mousedown(function(e){

 return false;


});

});

No comments:

Post a Comment

How to fetch instagram posts data?

Fetch Instagram posts data by pasting this code in browser console. (() => { /* ====================================================...