Best way to add metadata to HTML elements

前端 未结 6 2182
孤独总比滥情好
孤独总比滥情好 2021-02-07 04:35

I\'m trying to put together a way of marking up various components in HTML that get parsed by a jQuery script and created when the page loads.

For example, at the moment

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-07 04:56

    Use xhtml with custom elements mixed in from another DTD. or use html5 with custom data- attributes

提交回复
热议问题