Any ideas how to implement a bottomless scroll?  I have an events page, 
dates descending from today to the past.  On initial load you show 1 month 
worth of events.  As the user scrolls down, I will load more events.  So I 
guess I hook into windows scroll event, and then what?  How would I 
determine that the page is scrolled to the bottom?  I guess I have a known 
set of objects drawn to the page, and I suppose I know the last object in 
the list on the page; so do I trigger a look up when this layer becomes 
visible?  So, wonder how that is done...

Karl..

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to