(function($) { 'use strict'; $(document).ready(function($){ /*----------------------------------------------------------------------------------- DRIBBBLE HOVER -----------------------------------------------------------------------------------*/ $('.thmlv-dribbble-shots a').hover(function() { $(this).find('.thmlv-dribbble-hover').stop(false,true).fadeIn(350); }, function(){ $(this).find('.thmlv-dribbble-hover').stop(false,true).fadeOut(350); }); }); } (jQuery))