SyntaxFix
Write A Post
Hire A Developer
Questions
This should do it:
$("label[for=comedyclubs]")
If you have non alphanumeric characters in your id then you must surround the attr value with quotes:
$("label[for='comedy-clubs']")