开发者

Detecting HTML5 data attribute in Modernizr

开发者 https://www.devze.com 2023-03-10 17:24 出处:网络
How do I detect if the browser supports HTML5 data attribute开发者_开发知识库 using Modernizr?Test whether an element has the property dataset.

How do I detect if the browser supports HTML5 data attribute开发者_开发知识库 using Modernizr?


Test whether an element has the property dataset.

Modernizr.addTest('data', function () {
    var elem = document.createElement('div');
    return !!elem.dataset;
});
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号