Can I add a custom attribute to an HTML tag?

后端 未结 17 2665
醉话见心
醉话见心 2020-11-22 08:06

Can I add a custom attribute to an HTML tag like the following?


17条回答
  •  天涯浪人
    2020-11-22 08:44

    The jQuery data() function allows you to associate arbitrary data with DOM elements. Here's an example.

提交回复
热议问题