How can I count the number of options selected?
I would like to calculate price based on the number of checked items.
How can I count the number of options selected?
I would like to calculate price based on the number of checked items.
Here is a function written by one of the developers to limit the number of check boxes. I suspect a similar process could be used to count the check boxes, since similar jQuery would be used:
http://gravitywiz.com/2012/06/11/limiting-how-many-checkboxes-can-be-checked/