Welcome Guest, Not a member yet? Register   Sign In
Paging on multi tabbed pages
#5

[eluser]myjeep_2003[/eluser]
The problem I have with this approach is the following......

Code:
echo $this->pagination->create_links();

This creates a link which is server side. Now if I use js to grab this selectors(#pager),
then I disabling the server side links of Next, Previous...etc...

Looks like It might work if just use one button(Load More) and bind it to js click event and pass the cat_id, offset, limit..? So looks like i really cant use the CI Paganation Class.?


Code:
$config['full_tag_open'] = '<div id="pager" class="pagination"><ul>';
$config['full_tag_close'] = '</ul></div>';


echo $this->pagination->create_links();


Messages In This Thread
Paging on multi tabbed pages - by El Forum - 05-14-2012, 03:02 PM
Paging on multi tabbed pages - by El Forum - 05-14-2012, 10:01 PM
Paging on multi tabbed pages - by El Forum - 05-15-2012, 09:53 AM
Paging on multi tabbed pages - by El Forum - 05-16-2012, 12:19 AM
Paging on multi tabbed pages - by El Forum - 05-16-2012, 03:52 PM
Paging on multi tabbed pages - by El Forum - 05-16-2012, 07:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB