26 Sep
2015
26 Sep
'15
8:58 a.m.
On Fri, 2015-09-25 at 10:32 -0400, Rick Leir wrote:
In which case you have 2 options:
1. Process it client-side with javascript (not recommended) 2. Make each "addition" a new request, and store server-side
Do it client-side. Much more responsive. http://code.google.com/p/bootstrap-listpicker/
As always, it's horses for courses. If you simply want to pick items from a list, then do it client side. However, if it's a comprehensive on-line shopping website, then I'd suggest a few server-side requests would be advisable (to update prices, basket contents, check availability etc).