//set the custom data value let mainDiv = $('#yourDivId').data('anyName', value); //access the custom data value mainDiv.data('anyName');