So when I use alert(this.id); the checkbox is the only component I can't get an id from I just get a blank value.
So when I use alert(this.id); the checkbox is the only component I can't get an id from I just get a blank value.
Hello Sebastian,
Please use: prealert($(this).find("input").attr("id"));/pre instead of prealert(this.id);/pre