Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

drag and drop then add to list

Status
Not open for further replies.

derwent

Programmer
May 5, 2004
428
GB
I have found this superb script at that allows the user to drag an item into a box that then acts as a shopping cart. Unfortunately this script uses Javascript and Ruby on rails, which I do not know (I know asp).

After a little research I found this shopping site with something very similar.

Does anyone know of a free javascript script that will allow me a create something whereby you drag items into a box that then adds the items? I do not need it as a shopping cart but as a selector for our intranet. Thanks
 
AJAX has nothing to do with dragn-and-drop. AJAX is for communication with a server. Drag-and-drop on a web page is all done with javascript and css. Check out the Dojo Javascript Toolkit. They have a javascript library that includes a lot of cool stuff, including exactly the kind of drag-and-drop that you mention. You can also find drag-and-drop functionality in Mochikit

Tracy Dryden

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard. [dragon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top