Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(function() {
- $(".newstabs").tabs(".newsitems > div", {
- // enable "cross-fading" effect
- effect: 'fade',
- fadeOutSpeed: "slow",
- autoplay: true,
- autopause: false,
- // start from the beginning after the last tab
- rotate: true
- // use the slideshow plugin. It accepts its own configuration
- }).slideshow();
- });
Add Comment
Please, Sign In to add comment