Changes

Jump to navigation Jump to search
no edit summary
Line 14: Line 14:     
$('.fc-img').mouseenter(function(){
 
$('.fc-img').mouseenter(function(){
  console.log("on hover");
+
   $(this).parent().css('background','rgba(255, 255, 255, 0.1)')
   $(this).parent().css('background','rgba(255, 255, 255, 0.3)')
   
})
 
})
    
$('.fc-img').mouseleave(function(){
 
$('.fc-img').mouseleave(function(){
  console.log("on hover");
   
   $(this).parent().css('background','none')
 
   $(this).parent().css('background','none')
 
})
 
})
   −
 
+
var src = $('.fc-img').children('img').src;
 +
console.log('src:'+src)
 
            
 
            
  

Navigation menu