problem while checking second check checkbox checked.
- by kumar
$('#nextpage').click(function() {
$('#Details input[type=checkbox]').each( function() {
if( $(this).attr('checked') ) {
$("#tabs").tabs('enable', 3).tabs('select', 3);
} else {
$().ShowDialog('please select atleast one');
}
});
});
<fieldset>
<legend>information</legend>
…