Does anyone know if there is a common javascript library to enable scrolling that many popular websites do for frequently updated content? For example : http://foursquare.com/ has a good example of what I am looking for, I thought I’d save myself the trouble if there is a common js library I cannot seem to query for correctly in google.
Does anyone know if there is a common javascript library to enable scrolling that
Share
I like that effect. It seems like it’d be trivial to do using JQuery. Couldn’t you just append a hidden div to the page when you get new content, then use slideDown function?
Actually, after looking at the source that’s exactly how they’re doing it: