jQuery(function($) { link_type ) : ?> if (typeof $.fn.magnificPopup !== 'undefined') { $('.fl-node- a').magnificPopup({ type: 'image', closeOnContentClick: true, closeBtnInside: false, tLoading: '', preloader: true, callbacks: { open: function() { $('.mfp-preloader').html(''); } } }); } $(function() { $( '.fl-node- .fl-photo-img' ) .on( 'mouseenter', function( e ) { $( this ).data( 'title', $( this ).attr( 'title' ) ).removeAttr( 'title' ); } ) .on( 'mouseleave', function( e ){ $( this ).attr( 'title', $( this ).data( 'title' ) ).data( 'title', null ); } ); }); });