Advertisement
Guest User

Untitled

a guest
May 5th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <script>
  2. $('.tile').on('click', function () {
  3.  
  4. $(".tile").addClass("flipOutX");
  5. setTimeout(function(){
  6. $('.metro .tile-area-darkCrimson').css('backgroundColor','#4c7fb5');
  7. $(".tile-group.main").css({ marginLeft:"-40px", width: "1080px"}).load("musability-musictherapy-company-overview.html");
  8. }, 2000);
  9.  
  10. });
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement