<divdata-name="EditModePanelShowInEdit">
<!--CS: Start Edit Mode Panel Snippet-->
<!--SPM:<%@Register Tagprefix="Publishing" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
<!--MS:<Publishing:EditModePanel runat="server" CssClass="edit-mode-panel">-->
<!--PS: Start of READ-ONLY PREVIEW (do not modify)--><!--PE: End of READ-ONLY PREVIEW-->
<divclass="DefaultContentBlock"style="border:medium black solid;background:yellow;color:black;margin:20px;padding:10px;">
<divdata-name="Page Field: Jump Link Choice"><!--CS: Start Page Field: Jump Link Choice Snippet--><!--SPM:<%@Register Tagprefix="PageFieldCheckBoxChoiceField" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--><!--MS:<PageFieldCheckBoxChoiceField:CheckBoxChoiceField FieldName="4d22f443-2cfd-413d-ab7a-db9671baf14b" runat="server">--><!--PS: Start of READ-ONLY PREVIEW (do not modify)--><divalign="left"class="ms-formfieldcontainer"><divclass="ms-formfieldlabelcontainer"nowrap="nowrap"><spanclass="ms-formfieldlabel"nowrap="nowrap">Jump Link Choice</span></div><divclass="ms-formfieldvaluecontainer">Heading 1, Heading 2, Heading 3</div></div><!--PE: End of READ-ONLY PREVIEW--><!--ME:</PageFieldCheckBoxChoiceField:CheckBoxChoiceField>--><!--CE: End Page Field: Jump Link Choice Snippet-->
<!--CS: Start Edit Mode Panel Snippet-->
<!--SPM:<%@Register Tagprefix="Publishing" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
<!--MS:<Publishing:EditModePanel runat="server" CssClass="edit-mode-panel">-->
<!--PS: Start of READ-ONLY PREVIEW (do not modify)--><!--PE: End of READ-ONLY PREVIEW-->
<divclass="DefaultContentBlock"style="border:medium black solid;background:yellow;color:black;margin:20px;padding:10px;">
<divdata-name="Page Field: Jump Link Choice"><!--CS: Start Page Field: Jump Link Choice Snippet--><!--SPM:<%@Register Tagprefix="PageFieldCheckBoxChoiceField" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>--><!--MS:<PageFieldCheckBoxChoiceField:CheckBoxChoiceField FieldName="4d22f443-2cfd-413d-ab7a-db9671baf14b" runat="server">--><!--PS: Start of READ-ONLY PREVIEW (do not modify)--><divalign="left"class="ms-formfieldcontainer"><divclass="ms-formfieldlabelcontainer"nowrap="nowrap"><spanclass="ms-formfieldlabel"nowrap="nowrap">Jump Link Choice</span></div><divclass="ms-formfieldvaluecontainer">Heading 1, Heading 2, Heading 3</div></div><!--PE: End of READ-ONLY PREVIEW--><!--ME:</PageFieldCheckBoxChoiceField:CheckBoxChoiceField>--><!--CE: End Page Field: Jump Link Choice Snippet-->
I added the code above into my page layout html page. The code puts a check box( which is site column) in edit page of the sharepoint page. How can I get the data from this page when I go from edit page to published page in javascript.