SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
var jIsHasKids = $('#chkIsHasKids').attr('checked'); jIsHasKids = jIsHasKids.toString().toLowerCase(); //OR jIsHasKids = jIsHasKids.val().toLowerCase();
Possible duplicate with: How do I use jQuery to ignore case when selecting