html 图片拖动不出来的脚本

 function imgdragstart() { return false; }

$(function(){

   for (i in document.images) document.images[i].ondragstart = imgdragstart;  

});

 

posted on 2015-07-16 17:18  听哥哥的话  阅读(223)  评论(0编辑  收藏  举报

导航