Greater area for radio selection
Posted
by Nimbuz
on Stack Overflow
See other posts from Stack Overflow
or by Nimbuz
Published on 2010-02-03T14:28:50Z
Indexed on
2010/06/01
0:43 UTC
Read the original article
Hit count: 216
<span>
<img src="img/icon.png" alt="" />
<label><input type="radio" name="" /> Label here</label>
</span>
I want the whole <span>
to be clickable, not just the radio input. How do I do it with jQuery?
© Stack Overflow or respective owner