【发布时间】:2014-07-06 19:59:50
【问题描述】:
您好,我正在编写一个谷歌浏览器扩展程序,为一个项目重新设计 tumblr,
我正在尝试删除注释数量之后的“注释”。
到目前为止,我已经使用了这个,除了 tumblr 会在您向下滚动时加载更多帖子并且这些帖子不会受到影响...:/
每次加载更多帖子或其他方式时,我将如何触发此功能?
$('.note_link_current').each( function(index) {
// Inside this function, "this" refers to the (DOM) element selected
var text = $(this).text();
/* ... */
});
任何帮助将不胜感激......
【问题讨论】:
标签: javascript google-chrome-extension