JQuery JavaScript Tutorial





  jQuery UI Effects - switchClass Demo
  
  
  
  
  
    .toggler { width: 500px; height: 200px; position: relative;}
    #button { padding: .5em 1em; text-decoration: none; }
    #effect {position: relative;   }
    #effect.newClass { width: 240px;  padding: 1em; letter-spacing: 0; font-size: 1.2em; }
    #effect.anotherNewClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }
  
  
  $(function() {
    $("#button").click(function(){
      $(".newClass").switchClass('newClass', 'anotherNewClass', 1000);
      $(".anotherNewClass").switchClass('anotherNewClass', 'newClass', 1000);
      return false;  
    });
  });
  




  
      Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. 
  


Run Effect


Click the button above to preview the effect.