Closed (fixed)
Project:
jCarousel
Version:
7.x-2.4-alpha3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2011 at 23:01 UTC
Updated:
12 Nov 2011 at 23:10 UTC
In #825692: Pager or navigation for the carousel, we added support for a Pager, but it didn't work with AJAX-enabled carousels. Adding AJAX support for the pager is actually surprisingly little work. The only missing piece is that JavaScript doesn't know how many total items there are in the carousel, but we've already calculated this value in the Views integration and passed it as a JavaScript setting. All we need to do is use this number in our pager support and everything works together.
| Comment | File | Size | Author |
|---|---|---|---|
| jcarousel_ajax_pager.patch | 2.03 KB | quicksketch |
Comments
Comment #1
quicksketchCommitted to both 2.x branches.