当前位置:主页 > 网页前端 > JavaScript代码 >

JS对象转换为Jquery对象示例

时间:2021-09-08 09:26:51 | 栏目:JavaScript代码 | 点击:

复制代码 代码如下:

$(document.getElementsByTagName("a")).each(function () {
if ($(this).text() == "jquerys") {
$(this).addClass("navTitle");
}
});

您可能感兴趣的文章:

相关文章