<div id="notattending"><input type="submit" value="Not Attending" /></div>
notattending is defined as a jQuery buttonset.
Which attribute or how can I grey it out as if it was disabled? I tried adding disabled="disabled" but it didn’t change anything visually.
Thanks
Changing the input type to
radioinstead ofsubmitsolved the issue.