// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
themes
/
gridsby_pro
/
js
[ PARENT ]
EDIT :: gridsby-hover-effects.js
jQuery( function( $ ){ $(document).ready(function() { $('.fade').hover( function(){ $(this).find('.caption').fadeIn(350); }, function(){ $(this).find('.caption').fadeOut(350); } ); }); });
SAVE
CANCEL