2
我按照表頭結構:如何在表頭中雙擊禁用藍色選擇?
<th>
<a ng-click="sort_by(order)" style="color: #555555;">
<span ng-transclude="">
<span class="ng-scope">Some text</span>
</span>
<i class="icon-chevron-down"></i>
</a>
</th>
問題是,當我雙擊標題鏈接,背景被選中(藍色),似乎凌亂。
如何避免此行爲?
感謝,
謝謝,它的工作原理。 10分鐘後接受 – snaggs
[IE8和IE9不支持](http://caniuse.com/#search=user-select) –
@Mohsen謝謝,你有其他方法嗎? – snaggs