Link to home
Start Free TrialLog in
Avatar of V2Solutions
V2Solutions

asked on

Jquery-ajax based Drag Drop

In PHP We are listing out users according to there status (Passed, Failed, Appeared and Not Appeared) in status columns and columns heading as status.

We need an Jquery/Mootools based drag drop functionality, wherein visitor can drag the user by its username and just drop it to another column (status). It should have an Ajax call and update the user status.

Please see the attachment in that you can see Andy is dragged and dropped in to Not Appeared section. so on dropping the database(Mysql) should be updated to Andy status as Not Appeared.

Kindly suggest any plugin/option for the same.  
Drag-Drop.JPG
Avatar of Rob
Rob
Flag of Australia image

I've used the tool man library to achieve this.  It's not jquery or mootools so you would need to check compatibility

demo: http://neb.net/playground/dragdrop/

http://blog.tool-man.org/2005/04/15/drag-between-lists/
http://tool-man.org/examples/sorting.html
First step would be to have an update button that the user can click, which i understand isn't ideal.  An event driven solution would be best though i'm not 100% sure of the event you would need to capture to do this and maybe having the button makes the user double check before updating?
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of V2Solutions
V2Solutions

ASKER

thanks for the options guys.

Please let me have a look and see if this is feasible for my requirement. Much appreciated.

thanks for the solution