how to get the users id's on after select checkbox from fieldset using jquery
- by kumar
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