Guest User

Untitled

a guest
Jan 5th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $(function() {
  2. $(".newstabs").tabs(".newsitems > div", {
  3.  
  4. // enable "cross-fading" effect
  5. effect: 'fade',
  6. fadeOutSpeed: "slow",
  7. autoplay: true,
  8. autopause: false,
  9.  
  10. // start from the beginning after the last tab
  11. rotate: true
  12.  
  13. // use the slideshow plugin. It accepts its own configuration
  14. }).slideshow();
  15. });
Add Comment
Please, Sign In to add comment