Search found 2 matches

by DragonI
Thu Aug 17, 2006 1:54 am
Forum: PHP - Theory and Design
Topic: Building Example Pager Class
Replies: 72
Views: 29966

Hi arborint, I'm currently using a pagination class called PaginateIt, http://www.bradyvercher.com/, that only produces the pagination links. Therefore the data is displayed independently. However, I had to make some mod's to pass in the javascript function and parms as a string. Not the nicest solu...
by DragonI
Sun Aug 13, 2006 11:05 pm
Forum: PHP - Theory and Design
Topic: Building Example Pager Class
Replies: 72
Views: 29966

Adding onclick?

Hi,

I just came across your great class. I would like to you it for Ajax based pagination. How would I go about adding something like this:

onclick="ajaxPaging($var1, $var2, $page);return false;"

Thanks!