EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: traviss on May 28, 2018, 02:20:18 PM



Title: Tabs Change order of Tabs / Drop and Drag
Post by: traviss on May 28, 2018, 02:20:18 PM
I am using these tabs http://www.jeasyui.com/tutorial/layout/tabs2.php and I was wonder if it is possible to change the order of the tabs after they are open by dropping and dragging.


Title: Re: Tabs Change order of Tabs / Drop and Drag
Post by: jarry on May 28, 2018, 07:39:01 PM
Try this code to get the selected history and modify its order.
Code:
var his = $('#tt').data('tabs').selectHis;
console.log(his);