Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $(".button").on("click", function(){
  2. if (this.id == "Intro"){
  3. if(!$("#intro-container").hasClass('active')){
  4. $("#content").find(".active").removeClass('active').fadeOut(300, function(){
  5. $("#intro-container").fadeIn(300).addClass('active');
  6. });
  7. }
  8. };
  9. });
  10.  
  11. if ($("#container-main").hasClass('sended')){
  12.  
  13. $("#Intro") __?action?__
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement