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.
有谁知道一个 jQuery 插件,我可以在其中将表行从一个表移动到另一个表?我知道可以使用 ConnectedLists 进行排序,但我不想拖动,只需使用方法移动对象。
这适用于 jQuery。只需使用
tr.appendTo('#otherTable')
或者
tr.prepend('otherTR')