I have a button in a collapsible and want to refer to a label in the header. I have tried a few options but can't seem to find it. Please see screenshot. I want to refer to 'Send Reply' label on button click within the collapsible. This doesn't work as only finds items within the collapsible not the header.
$(this).parent().find("[name=lblHeaderMsg]")