i'm up against deadline and i cannot figure this out for life of me. i
know it is simple but just starting jquery/dom exploration

<li><label><input type="checkbox" />hello</input></label></li>

if user clicks checkbox...i need to alert the value of the label

how do i do this..i was using .html() but it also alerted <input> and
all i want to alert is hello

Reply via email to