how to send only selected chebox values to the next page using jquery
- by kumar
Hello friends,
I am using this code to check wheather my checkbox is checked or not..
$('#btnMassEdit').click(function() {
$('#ExceptionDetails input[type=checkbox]').each(function() {
if ($(this).attr('checked')) {
$('#specialist-tab').tabs('url', 3, '<%=Url.Action("getmasseditexceptions",…