Like google reader and many other applicaton i want to make a function开发者_StackOverflow中文版 who update the page using ajax request.
means when user on the bottom of page then i send the request and append response to the exisitng content of page.
how i can do that in jQuery
What you are looking for is "infinite scrolling".
http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/
精彩评论