Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function mycarousel_itemFirstInCallback(carousel, item, idx, state) {
  2. $.cookie(FIRST_IN_SCROLLER, idx, { path: '/', expires: 10 });
  3. };
  4.  
  5.  
  6. jQuery('#projectscroller').jcarousel({
  7. start: 'first',
  8. scroll: 3,
  9. itemFirstInCallback: mycarousel_itemFirstInCallback
  10. });
Add Comment
Please, Sign In to add comment