utils/dom/getdatafromelement
module
Functions
getDataFromElement( el ) → stringmodule:utils/dom/getdatafromelement~getDataFromElementGets data from a given source element.
Parameters
el : HTMLElementThe element from which the data will be retrieved.
Returns
stringThe data string.