Dynamic Shopping Cart Example
October 04, 2005
I spent a few hours with MochiKit, getting a feel for this neat JavaScript framework, and doing some dynamic HTML (aka: AJAX) programming too.
For a simple example of these technologies I created a demo of a Dynamic Shopping Cart. The sample dynamically recomputes the price of a line item (and the total of the bill) in response to user events.