1

I am building a dashboard style information panel. One widget will be an rss feed, it's picture and text, and will show the next item in feed every 5 seconds. I've built webkitgtk into the program.

Now, I think I need to build a j-query web page to display the rss feed to my liking, but not sure where to start. Can a helpful soul point me in the direction on where to learn this skill? I have mediocre knowledge of both html and css, yet no js or j-query knowledge.

I appreciate all non-anonymous feedback. Thank you.

4

1 に答える 1

0

まあ、JSのスキルがないとうまくいかないと思います。

最も難しい部分は、フィードの解析であり、それを処理する jQuery プラグインがあります。

https://github.com/jfhovinne/jFeed

フィードを取得したら、それをマークアップに入力する方法を知っておく必要があります。

jQUery .append()および.html()関数を使用して、JavaScript から html を追加または挿入します。

于 2013-05-23T11:35:43.073 に答える