Drag-and-Drop Shopping Cart Example
In a recent article, I discussed how one could go about creating a drag-and-drop shopping solution using AJAX and ColdFusion. In this post, we'll walk through things step-by-step, utilizing Amazon Web Services along the way.The two libraries we''re going to utilize are the Script.aculo.us library along with the library for handling the AJAX in ColdFusion. The first thing we'll need is to reference the Prototype and Scriptaculous libraries: Next, we'll need a search box to submit our query to Amazon. We'll also set an onClick event for our submit button and create a
Read comments or post a reply to : Drag-and-Drop Shopping Cart Example