去除默认select

去除默认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

你可能感兴趣的:(去除默认select)