Laadt plaatjes
'+data[e.index].m_description+'
') if ( !data[e.index].hasvideo ) { $('#galleria').find('.hasvideo').hide() }else{ $('#galleria').find('.hasvideo').show() } $('.home_infobox').delay('500').fadeIn('slow') }) Galleria.run('#galleria', { imageCrop: true, carousel: false, thumbnails: false, data_source: data, showinfo: false, autoplay: 4000, showCounter: false }); } } function getContent(url, category, bundle, parse_type) { jQuery.support.cors = true; $.ajax({ dataType: 'json', url: url, type: "GET" }).done( function(data) { loadGalleria( data, category, bundle, parse_type ) }).fail( function(xhr, message, error) { console.log('get videos fials: ', error) } ); } // init $( function() { getContent( "/galleria_artiesten/json", "", "", "artists" ) // http://p2v.devel.marduq.tv/p2v/search_tags/featured // http://nltracks.sense-studios.com/galleria_artiesten/json // http://nltracks.sense-studios.com/nieuws-overzicht/:bundle/:format // http://nltracks.sense-studios.com/laatste-nieuws/:bundle/:format })