Can I store custom attributes in HTML DOM like a database record?

前端 未结 5 1609
生来不讨喜
生来不讨喜 2021-02-20 16:30

When developing for browsers FF3 and IE6/7 with jQuery, are there any compatibility issues when setting custom attributes on HTML tags?

First, I\'m aware of jQuery\'s

5条回答
  •  灰色年华
    2021-02-20 17:14

    The new HTML 5 data attributes might be what you are looking for.

    http://ejohn.org/blog/html-5-data-attributes/

    http://dev.w3.org/html5/spec/Overview.html#custom

提交回复
热议问题