From c9a877e81a0138c933c0bc6171e6948949c5c2c9 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 30 Mar 2010 21:57:43 +0200 Subject: [PATCH] Adding shopping cart demo for integration of accordion, draggable, droppable and sortable --- demos/droppable/shopping-cart.html | 96 ++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 demos/droppable/shopping-cart.html diff --git a/demos/droppable/shopping-cart.html b/demos/droppable/shopping-cart.html new file mode 100644 index 00000000000..402fc230010 --- /dev/null +++ b/demos/droppable/shopping-cart.html @@ -0,0 +1,96 @@ + + + + + jQuery UI Droppable - Default Demo + + + + + + + + + + + + + + +
+ +
+

Products

+
+

T-Shirts

+
+
    +
  • Lolcat Shirt
  • +
  • Cheezeburger Shirt
  • +
  • Buckit Shirt
  • +
+
+

Bags

+
+
    +
  • Zebra Striped
  • +
  • Black Lether
  • +
  • Alligator Lether
  • +
+
+

Gadgets

+
+
    +
  • iPhone
  • +
  • iPod
  • +
  • iPad
  • +
+
+
+
+ +
+

Shopping Cart

+
+
    +
  1. Add your items here
  2. +
+
+
+ +
+ +
+ +

Demonstrate how to use an accordion to structure products into a catalog and make use drag and drop for adding +them to a shopping cart, where they are sortable.

+ +
+ +