Guest User

Untitled

a guest
Jul 15th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $(function(){
  2. $(".link").click(function(){
  3. $("#infoaboutApart").css({height: '800px'});
  4. });
  5. });
  6.  
  7. $(function(){
  8. $(".link").click(function(){
  9. $(".info").css({height: '1700px'});
  10. });
  11. });
Add Comment
Please, Sign In to add comment