[dancer-users] list picker

Andrew Beverley andy at andybev.com
Sat Sep 26 09:58:20 BST 2015


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).




More information about the dancer-users mailing list