How to get the Input checkbox id value using javascript?
Posted
by rockers
on Stack Overflow
See other posts from Stack Overflow
or by rockers
Published on 2010-06-15T19:39:28Z
Indexed on
2010/06/15
19:42 UTC
Read the original article
Hit count: 212
JavaScript
I have input checkbox something like this..
<input class="inputchbox" id="Pchk" type="checkbox" name="check" value="<%=Model.ID%>" />
using javascript I need to get the all checkbox checked Ids in to the array?
how do I need to get?
thanks
© Stack Overflow or respective owner