Hi,
I downloaded JQuery selectable from the webpage, as I have 3
different services(plans, i.e trial, basic and premium) that I want my
customers to be able to choose from. All three are situated next to
each other, separated in different div-s and consist of information,
for example price, storage, bandwidth, etc.
The problem I'm having is that I need to save the selection, in
order to be able to send it to my database, but I'm unable to save
it like selection 1, selection 2, selection 3 because it also takes
price, storage, bandwith as a separate selection, although I only need
it to take service1, service2, service3.
Any ideas?