Disable odd checkbox of Checkbox list using jQuery
In this post, find jQuery code to disable all the odd checkboxes in Checkbox list. When I say "odd" means checkebox placed at odd index. This can be done easily via ":odd " selector. But there is an interesting thing here. Take a look at below image. Now as per this image the odd checkboxes […]