本文介绍了ID在整个页面中必须是唯一的吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用jQuery,我只是想知道,ID必须总是独特的整个页面?

I am using jQuery and I am just wondering, does ID have to be always unique in the whole page? Class, I know, can be repeated as many times as you like, what about ID?

推荐答案

是的,它必须是唯一的。 HTML4:

Yes, it must be unique. HTML4:

第7.5.2节:

HTML5:

a href =http://www.w3.org/TR/html5/dom.html#the-id-attribute =nofollow> http://www.w3.org/TR/html5/dom。 html#the-id-attribute

http://www.w3.org/TR/html5/dom.html#the-id-attribute

这篇关于ID在整个页面中必须是唯一的吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 15:44