📜  类选择器 jquery 中的 id - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:21.550000             🧑  作者: Mango

代码示例1
In jQuery, the class and ID selectors are the same as in CSS. If you want to select elements with a certain class, use a dot ( . ) and the class name. If you want to select elements with a certain ID, use the hash symbol ( # ) and the ID name.