views:

27

answers:

1

Hi guys,

I am building a SharePoint web part that creates a HTML list as below

<ul>
   <li> ... </li>
</ul>

Is there a way to enable paging on this list using Javascript because the list is too long?

Thanks.

A: 

Try this jquery plugin: http://www.geckonewmedia.com/blog/2009/8/20/simplepager---jquery-paging-plugin--updated

Demo here: http://geckohub.com/jquery/simplepager/

cesarnicola
Thank you, looking into it right now.
madatanic
It works! Thank you
madatanic