Posts by read • 111 points
1 post
-
1
votes2
answers470
viewsA: Limiting the number of selected values
You can add checkObj.checked = false; to Marcelo Bonifazio’s answer. To prevent another element from being chosen. The function would be: var listCheckedOptions = []; function addToList(checkObj,…