Here's my code, running is JsFiddle:
http://jsfiddle.net/stapiagutierrez/ZbFWu/31/
I'd like that radiobutton to select itself when I click anywhere inside the .paymentoption div tag.
Any suggestons?
|
Here's my code, running is JsFiddle: http://jsfiddle.net/stapiagutierrez/ZbFWu/31/ I'd like that radiobutton to select itself when I click anywhere inside the Any suggestons? |
|||
|
|
|
You need to attach your events when the DOM's fully loaded by wrapping your functions in
won't work, you need to replace it with:
It's fixed at this jsfiddle. |
|||
|
|
|
What about this HTML/CSS only option? Much cleaner, and works without Javascript. And it actually gives your radiobutton a label, making it better accessible by screen readers for the visually impared as well. |
|||||||||||
|
|
Maybe ?
|
|||
|
|