Guest User

Untitled

a guest
May 17th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $(document).ready(function(){
  2. $("#sws_featured > ul").tabs({fx:{opacity: "toggle"}})
  3. .tabs("rotate", 5000,true);
  4. });
  5.  
  6. $("#sws_featured > ul a").click(function(){
  7.  
  8. $("#sws_featured > ul").tabs("rotate", 0, false);
  9.  
  10. });
  11.  
  12. jQuery("#tabs").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 3000);
  13.  
  14. jQuery(".rotatestopperitem").bind('click', function() {
  15. jQuery("#featured").tabs("rotate",0,false);
  16. });
  17.  
  18. $("#sws_featured > ul").tabs().tabs("rotate", 0, false);
  19.  
  20. $('#sws_featured > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 2000);
  21.  
  22. });
Add Comment
Please, Sign In to add comment