i need to know if exist a jquery’s plugin to limit the number of element in a page and showing the little number in the bottom of the page to show the other elements. Does someone know some plugins that do this? Thanks!!+
This is an example:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s called “pagination”. You will find tons of jQuery Plugins for that purpose.
http://www.jquery4u.com/plugins/10-jquery-pagination-plugins/
compares 10 plugins, see if one of those fits your needs.
Note however, that a real pagination should be done serverside, as a clientside pagination still has all the elements present, which at very large numbers can lead to performance-problems.