Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用JsFiddle 之类的 feedburner 显示来自不同提供商的多个提要
我想将最新的提要放在顶部。我怎么知道哪个提要是“最新的”?我怎样才能把它放在上面?(如果可能的话,我想用 Jquery 来做这个)
附加&displayDate=true到 feedburner URL。
&displayDate=true
尝试prepend()在父元素上使用 jQuery。这将允许您将新提要放在顶部。
prepend()
http://api.jquery.com/prepend/