##jquery.suitabs
A jquery plugin for doing slideshow and tab
demo
##Parameters
- @param {Number} current : 0 the default shown tab
- @param {String} type : click | hover | auto
- @param {String} content : tab content elements
- @param {String} container : specify container element to control stop/start carousel
- @param {String} controller : tab trigger elements
- @param {String} active : active className of current trigger
- @param {String} effect : fade | fadeM | slide | slideV
- @param {Number} duration : 600
- @param {Number} pause : 4000 if type is "auto"
- @param {Boolean|Number} nav : value true means toggle-shown prev/next buttton,value 1 means they will be always shown
- @param {Number} width : 470 tab width
- @param {Number} height : 150 tab height
- @param {Boolean} hoverStop : true Stop playing when mouse enter tab
- @param {Number} single: 0 elements counts in one group
- @param {Number} move: 1 how much to be moved each time
- @param {String} easing: ease-in | ease-out-in | etc. support easing plugin
##License
MIT