Yes the code does interact with an html
Section in the tabs. Below is an example form a form.
<h2> ID:<span class=“exerciseId” /></h2>
var qres = spjs.utility.getItemsByID(
{
“listName”:_spPageContextInfo.pageListId,
“id”:spjs.dffs.data.thisItemID,
“viewFields”:[“exerciseId”]
}
);
jQuery(“span.exerciseId”).html(qres[“exerciseId”].spilt(“.”)[0]);