Description:-
Description:-
In this
example we explain that how to validate checkbox is checked in a sequence order
or not. Or validate checkbox selection in sequence order using jquery.or jquery getting sequence number from selected checkbox on checkbox
list.or checkbox validation in asp.net using javascript or jquery.
I have faced real problem in my application like in my application one
form contain four checkbox year1, year2, year3 and year4. In which condition is
that user can select checkbox of the year must be in sequence order like
1,2,3,4. If user select year2 checkbox and year1 checkbox is not checked then
alert message will be display like please select year checkbox in sequence
order.
So how to achieve this at client side using JavaScript or jquery.
how to validate checkbox is checked in a sequence order or not. Or validate checkbox selection in sequence order using jquery
Description:-