Jump to content

Help in drag n drop n sort


maulikfriends

Recommended Posts

Hello

I am developing a website

It has some dynamic data from database in MySQL

the data is displayed in the tree in more than one sections or v can say modules

now if a user want to drag and drop one data from one section to another section the section to which it is drop should be sorted after the event is executed.

 

here is an example of my output

 

+ Section 1

          - a

          - b

          - c

 

+ Section 2

          - d

 

now after dragging b frm section 1 and dropping in section 2 the final output should be like this

 

+ Section 2

          - b

          - d

 

abcd as well as section names are database driven..

I HOPE somebody can help me solve this problem

thanks in advance

 

Link to comment
https://forums.phpfreaks.com/topic/84896-help-in-drag-n-drop-n-sort/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.