// 禁用鼠标选中DOM元素 document.onselectstart = function() { return false; };
禁用鼠标选中DOM
原文:http://www.cnblogs.com/junb/p/4281950.html