[jQuery] Call ajax when items were out of the screen

[jQuery] Call ajax when items were out of the screen


Anyone have an idea how i can know when a list is out of the screen?
what i want to do is call a list via ajax and when the user use the
scrollbar to show more items in the list wich are out of the screen some
script call the srv via ajax to get me more results (items)
thx