问题标签 [twitter-feed]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 等价于纯 JS 中 jQuery 的 contents().find() 链式方法
所以我一直在尝试在没有 jQuery 的情况下执行以下代码:
我正在尝试编辑嵌入式 Twitter 提要的样式,我只能通过使用此代码段获取模块的子节点来做到这一点:$(".twitter-timeline").find(".timeline-Tweet-text").css("margin-bottom", "-10px");
无论出于何种原因。纯 JS 代码必须模仿此功能。我完整的js函数是:
感谢您花时间阅读。
jquery - 如何使用 jquery 将 twitter-feed 数据主题切换到暗/亮模式?
单击按钮时,我想将 twitter 提要切换到暗/亮模式。它尝试使用 jquery 添加,但对我不起作用。
提前致谢。