Guest User

Untitled

a guest
Mar 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(function($) {
  3. $(window).scroll(function() {
  4. if($('.logo-container').hasClass('shrinked')) {
  5. $('#main-logo .navbar-brand img').attr('src','http://www.narwal.shop/wp-content/uploads/2018/03/Logo_Narwal_White.png');
  6. }else{
  7. $('#main-logo .navbar-brand img').attr('src','http://www.narwal.shop/wp-content/uploads/2018/03/Logo_Narwal_Black.png');
  8. }
  9. });
  10. });
  11. </script>
Add Comment
Please, Sign In to add comment