EasyUI Forum
November 05, 2025, 02:01:56 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: new item order from draggable  (Read 13586 times)
catpaw
Jr. Member
**
Posts: 85


View Profile Email
« on: March 30, 2016, 02:10:33 PM »

hi again  Huh

please refer to http://www.jeasyui.com/demo/main/index.php?plugin=Droppable&theme=gray&dir=ltr&pitem=
the option Change Items Order

how can I know/get the new order given

thanks
Logged
jarry
Administrator
Hero Member
*****
Posts: 2300


View Profile Email
« Reply #1 on: April 01, 2016, 01:31:22 AM »

The 'onDrop' event gives you the opportunity to know what element will be dropped on.
Code:
onDrop:function(e,source){
    $(source).insertAfter(this);
    indicator.hide();
}
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!