I'm having a problem with this one:
if($("#Autotag").is(":checked"))
{
alert("Just to check if it works");
}
But it won't give me the alert dialog while it's checked! I've been looking for right answers. All the other codes I've written does work but not this one.
jsFiddle ain't giving me any hints as person told me to try... I've also been reading this How to: jQuery how to
document.getElementById('Autotag').checkedis FAR more efficient