A long time programmer here for some help, what are the chances?
Something I've never done before, and I need to do it now (well rather a friend does). Basically the radio button (the ones that have the dot in them, not a tick), we have about 80 of them on a page, in groups of 5, in a table each in their own <td>.
What we want to do is be able to click the <td> element of the table (which is large compared to the radio button) and have it select the radio button, rather than having to click on the button itself which can be too fiddly and time consuming.
Does anyone know how to do this? I tried using <label for="radio_id"> but that only works on text but the <td>, as the <td> is a higher element than <label> is.
Any and all help welcomed and appreciated.
Thanks all,
Andy.