Dynamic refresh Using Jquery

Dynamic refresh Using Jquery

Hi all, 

we are developing a new Java/J2EE application which will be deployed on Liferay.
In one of the Application's pages (JSP page), we get list of users from data base and put it in a table using pagination. Now we want to filter this list (say by name or by age ) without sending new request to the data base. So we think to update the List of employees and refreshing the part of JSP which contains the table of users. 

is There any wan can show us how to do that using JQuery

Many thanks in advance :)