If next command:
console.log(document.getElementById('container'));
prints:
<div id="container" prjid="ABCDE">...</div>
why the next command:
console.log(document.getElementById('container').prjid);
prints undefined? I am trying to get the value of prjid