Hey, I really like the way foursquare's website feed is built.
Does anyone know how to build it in jQuery?
thanks,
Hey, I really like the way foursquare's website feed is built.
Does anyone know how to build it in jQuery?
thanks,
This is the best I have seen around.
An automatically scrolling live ticker (like the "Top Tweets" of Twitter)
that's a simple ul
list with n
items
then, pull new items, when you found new items just do:
the nice fading effect you can use using the slideIn()
effect.
Start doing some code, and we would help you... but don't ask for us to do everything.