新闻中心 News 分类>>
JS对象转换为Jquery对象示例
复制代码 代码如下:
$(document.getElementsByTagName("a")).each(function () {
if ($(this).text() == "jquerys") {
$(this).addClass("navTitle");
}
});
$(document.getElementsByTagName("a")).each(function () {
if ($(this).text() == "jquerys") {
$(this).addClass("navTitle");
}
});
2026-01-16 16:22:49
浏览次数: 次
返回列表





