Sha256: 33ae3942a8887a9e1294f988f82efe1672c6128c6bfe374732404b6ff55c6cb1
Contents?: true
Size: 354 Bytes
Versions: 6
Compression:
Stored size: 354 Bytes
Contents
jQuery(document).ready(function(){ /* * One mouseover media attachment's images * Make the full image appear with high z-index **/ jQuery('.media-image-container').mouseover(function(){ jQuery(this).addClass('image_on_top'); }); jQuery('.media-image-container').mouseout(function(){ jQuery(this).removeClass('image_on_top'); }); })
Version data entries
6 entries across 6 versions & 1 rubygems