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");
}
});

代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!