HentaiMannn
New Member
Is there any meainingless HTML tag should I use to carry additional meta data, for example attributes for JavaScript for specified block/area ? like:\[code\]<div class="item"> <meaninglesselement data-id="123"> <meaninglesselement data-type="sometype"> <meaninglesselement data-validate="true"> ...</div>\[/code\]I know that I can move \[code\]data-*\[/code\] attributes to \[code\]div class="item"\[/code\] but I want a solution for clean code, even if there will be a lot of parameters.