hi. just having a problem here.
i'm doing the UI of a web-based app using jquery, css.
there's a shopping a cart, and i want to store the selected items in the session, i used jquery.session plugin.
e.g. var $.session("var1","item1");
What i want is to dynamically store items into dynamically named variables. how could i do that?
thanks.