Response title
This is preview!
<input id="ctl00_ctl24_g_5f3fedca_19f7_4bc3_b84e_efbef0c48a33_ctl00_ckbxSendPDFToThisEmailAddr" type="checkbox" name="ctl00$ctl24$g_5f3fedca_19f7_4bc3_b84e_efbef0c48a33$ctl00$ckbxSendPDFToThisEmailAddr" /><label for="ctl00_ctl24_g_5f3fedca_19f7_4bc3_b84e_efbef0c48a33_ctl00_ckbxSendPDFToThisEmailAddr">Send PDF to this email address?</label>This makes me think the text is a quasi-independent element (a "label" but affiliated/associated with the checkbox). So do I need to give the text property an ID and reference that and hide it/slide it up separately?
$('[id$=ckbxSendPDFToThisEmailAddr]').slideUp().next().slideUp();
$('[id$=ckbxSendPDFToThisEmailAddr]').slideDown().next().slideDown();
© 2013 jQuery Foundation
Sponsored by and others.