$tiles.on( 'click', function ( e ) {
            e.stopPropagation();
            location.href = $( this ).find( 'a' ).prop( 'href' );
        } );