Hi guys so i have 2 tables in my page. One table would be populated by names from database and another remains empty for the moment. so what i want to be able to do in this page is that names can be dragged and dropped from the first table to the second table.
this in jsfiddle is an example of how the drag n drop would be coded but i was wondering how to make it work with database, like the "drop" would be like an insert into the database with id and all. is that possible? or is there an easy-enough jquery plugin of some sort that can make this work.
any suggestions/idea is very much appreciated!