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 });