HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/origin/js/footer-scripts.js
/* <![CDATA[ */

var jqu = jQuery.noConflict();

jqu( function () {
	
	/* Fade Image (links) Hover */   
	jqu( "a img" ).hover( function() {
		jqu( this ).stop().animate( {opacity: .85}, 'fast' );
	}, function() {
		jqu( this ).stop().animate( {opacity: 1}, 'fast' );
	} ); 	

	/* Fancybox */		
	jqu( "a[href$='.jpg'], a[href$='.jpeg'], a[href$='.png'], a[href$='.gif']" ).attr( 'rel', 'lightbox' );
	jqu( "a[rel^='lightbox']" ).fancybox( { titleShow: false, overlayOpacity: .8, overlayColor: '#000' } );
	
	/* FitVids */
	jqu( ".entry-content" ).fitVids();
	
} );

/* ]]> */