Hi all,
I have a new task to do and im not sure the best way to approach it with jQuery.
Basically a client wants 'x' amount of text boxes (for quantity) each with a plus/minus button/icon to the side of it and as you click on each one, all the relative fields update.
e.g. (if there were 3 options in a page)
qty [ 0 ] + -
qty [ 0 ] + -
qty [ 0 ] + -
Total of all the above [ 0 ]
I use jQuery a lot but im not sure where to start with this one.
Any advice would be much appreciated.
Adi.