I'm looking for something like this Click Here

Lets say I have bucket A of items:

  • Name
  • Email
  • Phone
  • City
  • Country
  • Sex

I have another bucket B in which I can put the items of my choice:

  • Name
  • Email
  • Sex

I want to drag the items from bucket A and put them in bucket B. I want some callback/event/action (I dono what to call it) on clicking the Save button. It will save the Bucket B items in database. (I'm using PHP for serverside).

So if anyone can help me with something similar, I will be thankful.

Member Avatar for LastMitch

I want to drag the items from bucket A and put them in bucket B. I want some callback/event/action (I dono what to call it) on clicking the Save button. It will save the Bucket B items in database. (I'm using PHP for serverside).

Read this ( there are alot of examples/demo out there so you can try these and modify the code to suited your own code ):

http://www.jquery4u.com/drag-and-drop/10-easy-jquery-drag-drop-plugins/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.