Html
super
is #you html element change data-you attribute
On your same logic, to see the result; change data to attr
data
attr
console.log($("#you").attr("data-you"));
Refer LIVE DEMO