Re: [dancer-users] list picker
On Fri, Sep 25, 2015 at 7:00 AM, <dancer-users-request@dancer.pm> 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/ cheers -- Rick
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).
participants (2)
-
Andrew Beverley -
Rick Leir