Manipulate multiple check boxes by ID using unobtrusive java script?
- by Dean
I want to be able to select multiple check boxes onmouseover, but instead of applying onmouseover to every individual box, I've been trying to work out how to do so by manipulating check boxes by ID instead, although I'm not sure where to go from using getElementById,. So instead of what you see below.
<html>
<head>
<script>
…