To find if a button is selected-Twitter bootstrap
Ive got HTML code with a button group and a submit button. The script code checks if it is selected or not and submits based on that selection. If none of the buttons are selected, then display the alert. $("#Save").on("click",…