how to get the users id's on after select checkbox from fieldset using jquery
Posted
by kumar
on Stack Overflow
See other posts from Stack Overflow
or by kumar
Published on 2010-05-22T04:02:21Z
Indexed on
2010/05/22
4:10 UTC
Read the original article
Hit count: 275
jQuery
i am using this code to select the checbox from fieldset.
$("fieldset:has(input[type='checkbox'])")
its working fine on the filedset i have studentid's i need to get the student id's which ever textbox is selected on the fieldset?
can anybody help me out?
thanks
© Stack Overflow or respective owner