build a twitter feed with a database and intergrate it with flying swissmans slide script
Flying swissman provided this script, flyingSwissmans slide Script.
it a jquery slider like the one twitter.com has.
I have problems understanding how i could doing what flyingswissman said..
Then you give each div a unique id each containing a commen开发者_运维技巧t from your database. Initialize div 0,1,2 as visible and 3-9 as hidden. - flyingswissman
If you take a closer look at the last lines of his example, he's making the 3 firsts div as "normal" then all other divs are set to display:none
. He's doing it in PHP, but you can do the same with javascript.
Just make sure all your divs have an unique ID.
精彩评论