Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就像这个页面上的tablesorter示例一样,我怎样才能复制表格标题部分的单词?
我尝试更改unselectable="on"为unselectable="off",但它仍然不起作用。
unselectable="on"
unselectable="off"
在文档中,它说您应该使用“cancelSelection”并将其设置为 false 它应该可以工作。
“取消选择”的说明:
指示 tablesorter 是否应禁用表头 (TH) 中的文本选择。使标题的行为更像一个按钮。默认值:真
$("table").tablesorter({ cancelSelection:false });