How to I add NEXT & PREV tabs to this code?

Discussion in 'JavaScript' started by tptnyc, Aug 1, 2012.

  1. #1
    How to I add NEXT & PREV tabs to this code:

    // enable circular scrollables with a click handler
    $(".scroll").scrollable({ circular: true }).click(function() {
    $(this).data("scrollable").next();
    });
     
    tptnyc, Aug 1, 2012 IP