去除默认select
css
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
onselectstart="returnfalse" //IE
via:http://stackoverflow.com/questions/12823852/prevent-selection-from-shiftclick