$( document ).ready(function(){ $('body').attr('ondragstart', 'return false;'); $('body').attr('ondrop', 'return false;'); });
Share by: