Guest User

Untitled

a guest
Jul 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $(function(){
  2. $('.b-header_logos').mouseout( function(){
  3. $(this).find('a.prophotos img').attr("src", "/front/layout/header/header_logo.png");
  4. $(this).animate({height: '85px'}, 150);
  5. });
  6. });
  7.  
  8. function showLogos(){
  9. $('.b-header_logos').find('a.prophotos img').attr("src", "/front/layout/header/header_logo_.png");
  10. $('.b-header_logos').animate({height: '142px'}, 150);
  11. }
Add Comment
Please, Sign In to add comment