js实现禁止页面拖拽图片

document.ondragstart = function() {
        return false;
};

posted @ 2015-05-18 10:52  甜甜酱  阅读(782)  评论(0编辑  收藏  举报