How can I force a jQuery plugin to refresh the data it has loaded?

Posted by Ben Dauphinee on Stack Overflow See other posts from Stack Overflow or by Ben Dauphinee
Published on 2010-05-19T15:46:04Z Indexed on 2010/05/19 16:10 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

I am working with jQuery Pagination, and a popup form. On saving the data in the form, how would I go about forcing the Pagination plugin to reload the data it would load for whatever page I am on, without reloading the entire webpage?

Ex: Item 1 Item 2 Item 3

Add Item->Item 23->Save->Reload List

Item 1 Item 2 Item 3 Item 23

http://d-scribe.de/webtools/jquery-pagination/lib/jquery_pagination/README

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX