Response title
This is preview!
Sure. Similar to the slider orientation option. See https://github.com/jquery/jquery-ui/blob/master/ui/jquery.ui.slider.js#L528For example I have a 'horizontal' option. This sets the carousels orientation however it's not something I'd expect developers to change after instantiation due to it's very definitive nature.
Most of the CSS should be encapsulated in rules so you should be doing most of the changes by adding and removing classes. Again, I think slider may be a good example to look at.
I think, what also make me hesitant is that it's largely governed by CSS which means I'd have to set a number of styles within the JS which I'm not necessarily comfortable with.
Another option that concerns me is 'itemsPerPage' and 'noOfRows' as this is really governed by the width and height of the mask (AKA clipper div) which is set through CSS on a carousel by carousel basis so changing these options and updating the internals won't necessarily have the desired affect without some CSS changes...mmm
It's not one that's prioritized at this point, meaning no jQuery UI team member is actively working on it. It's not on the roadmap for either release at this pointOn a side note, I wonder if you could provide any information on the current status of the official jquery ui carousel and whether there is anything in the works for 1.9 or 2.0?
© 2013 jQuery Foundation
Sponsored by and others.