You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added default options globally. This way developers can set the default options using $.fn.jCarouselLite.defaults once instead of passing them for every carousel you create
Fixed a few defects
We were skipping items in a particular rare combination of circular:true mode and scroll/visible/start options. FIXED
We were jumping to the top of the page when the navigation buttons are disabled in circular:false mode. FIXED
We were unintentionally styling grand-children of the main UL and LI. Now it will style only the top level UL and LI. FIXED
In circular:false mode, in a particular combination of total/visible/scroll options, we were unable to navigate to the last few items. FIXED
In auto-scroll mode, the Interval was not getting reset when next/prev navigation button was clicked. FIXED
In circular:false mode, with start:0, the prev button was not getting disabled. FIXED
FIXED an issue with some minification libraries
Removed the separate width() and height() functions and replaced with jQuery.outerWidth(boolean)