loukmanebabakhalil / prototype-carousel

Automatically exported from code.google.com/p/prototype-carousel
0 stars 0 forks source link

Visible Elements ID #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

is it possible to get the elements id of the visible elements? i fire an
ajax-request with the beforeMove-function to update another element and
need that id. if not this is a feature-request ;) the result can be stored
in an array or object.

best regards,
ak56Lk

Original issue reported on code.google.com by ak5...@googlemail.com on 19 Oct 2009 at 6:41

GoogleCodeExporter commented 8 years ago
ok, inspired by matrix.bg i have a solution. in the carousel.js on line 103 is 
the
call of the beforeMove-function. just enter the parameter "element" as 
parameter of
the beforeMove-function.
for the afterMove-function just do the same on line 135 and line 165.

Original comment by ak5...@googlemail.com on 19 Oct 2009 at 7:10