If you want to access the value of the "data-custom" attribute of an element with id "myElement", which of the following options is correct?
<div id="myElement" data-custom="myValue"></div>
If you want to access the value of the "data-custom" attribute of an element with id "myElement", which of the following options is correct?
<div id="myElement" data-custom="myValue"></div>