100% clientside jquery shoppingcart
I know clientside webcarts could be modified by the visitor, in my application that is OK. The on开发者_运维知识库ly webacart without serverside logic and validation I have found is simplecart-js. However it is not using jquery.
Can anyone suggest a jquery cart with the same functionalities, or even more basic? I assume it would make use of the ezcookie plugin to store the cart contents into a cookie.
I've seen this plugin for jQuery called Smartcart that sounds like exactly what your looking for
Example
Documentation
Download
精彩评论