Jquery Mobile 1.2 Multiple Checkbox Selection Issue
- by user1819957
I'm coding a Jquery Mobile 1.2, Jquery 1.8.2, css, and HTML 5 based app that I need to allow the user to select multiple images and execute a command.
The following works if I do NOT use the jquery.mobile-1.2.0.min.js library:
CSS Code:
.image-checkbox-container input[type="checkbox"]{
display: none;
}
.image-checkbox-container…