Welcome Guest, Not a member yet? Register   Sign In
Simple Ajax paging with existing pagination lib & jQuery
#13

[eluser]Fumigator[/eluser]
[quote author="coma" date="1265570117"]Hi Berserk, thankx for sharing, i got a problem using your code, i have added all your code above and it appears an error in the Pagination.php, here the error at line #3, it says that undefine variable: paging_function and maybe there is something wrong or you forgot to tell us about the jquery paging function code?

#1 if($this->is_ajax_paging == TRUE)
#2 {
#3 $paging_function = 'onclick="java+script:'.$paging_function.'();return false;"';
$4}
#5 else{
#6 $paging_function = '';
#7 }

Thankx,[/quote]

Here's your answer 2 years later Coma! The line should be

Code:
$paging_function = 'onclick="[removed]'.$this->paging_function.'();return false;"';


Messages In This Thread
Simple Ajax paging with existing pagination lib & jQuery - by El Forum - 02-11-2012, 01:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB