If you have a list of checkboxes or radio buttons and want to see if any of them were selected, JQuery makes it simple: Simply replace <input_name> with the name of your checkboxes/radio buttons. Calling code example: So the final javascript would like like: You can also use specific dom ids, but [...]
The post Javascript – JQuery – Check if Form Inputs were Selected appeared first on Me Like Dev.