jQuery(document).foundation({ equalizer : { equalize_on_stack: true } }); wow = new WOW( { boxClass: 'wow', // default animateClass: 'animated', // default offset: 200, // default mobile: false, // default live: true // default } ) $(document).ready(loadRetina); $(window).resize(loadRetina); function loadRetina() { if(window.devicePixelRatio > 1) { $('html,body').addClass('retina-display'); } else { $('html,body').removeClass('retina-display'); } } function isRetina(){ return ((window.matchMedia && (window.matchMedia('only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 75.6dpcm)').matches || window.matchMedia('only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)').matches)) || (window.devicePixelRatio && window.devicePixelRatio >= 2)) && /(iPad|iPhone|iPod)/g.test(navigator.userAgent); } if(isRetina()){ $('html').addClass('is_retina'); } else { $('html').addClass('is_not_retina'); } wow.init(); $('section.section h2').each(function() { if ($(this).siblings('p').size() > 0){ } else { $(this).addClass('marginBottom40'); } }); $("div.dockercon16").children().last().append(" "); if (!$('.dockercon16 section').hasClass('title_section')){ $('.main-header').addClass('backgroundimage'); } if ($('.heronav_section').length > 0) { $('.heronav_section').affix({ offset: { top:$(".heronav_section").offset().top, bottom: $('footer').outerHeight(true) } }); } if ($('.sidebarnav_section').length > 0) { $('.sidebarnav_section').affix({ offset: { top:$(".sidebarnav_section").offset().top -25, bottom: $('footer').outerHeight(true) + $('.sidebarnav_section').outerHeight(true) } }); } jQuery.each( jQuery.browser, function( i, val ) { $('html').addClass(i, val); }); $('#job-content a.apply_button').on('click', function() { $.smoothScroll({scrollTarget: '#application'}); }); $(document).on('click', 'a[href*="#"]:not(.noanchor , .find_a_partner_section .cbp-caption-defaultWrap, .strategic_alliances_tabs li a, .docker_captian_section .cbp-caption-defaultWrap, .government_partners_tabs li a, #job-content a)', function() { if ( this.hash && this.pathname === location.pathname ) { $.bbq.pushState( '#/' + this.hash.slice(1) ); return false; } }).ready(function() { $(window).bind('hashchange', function(event) { var tgt = location.hash.replace(/^#\/?/,''); if ( document.getElementById(tgt) ) { if ($('body').hasClass('node-type-products') || $('body').hasClass('node-type-product') || $('body').hasClass('node-type-use-cases') || $('body').hasClass('node-type-use-case') || $('body').hasClass('node-type-enterprise') || $('body').hasClass('node-type-government') || $('body').hasClass('node-type-partners') || $('body').hasClass('node-type-partner-programs') || $('body').hasClass('node-type-support-services') || $('body').hasClass('node-type-careers') || $('body').hasClass('node-type-careers-department') || $('body').hasClass('node-type-what-is-docker') || $('body').hasClass('node-type-product-editions') || $('body').hasClass('node-type-projects')) { if ($(window).width() > 991 ) { $('html,body').animate({ scrollTop: $('#' + tgt).offset().top - 51}, 'slow'); } else if($(window).width() > 768 && $(window).width() < 991 ) { $('html,body').animate({ scrollTop: $('#' + tgt).offset().top - 51}, 'slow'); } else { $('html,body').animate({ scrollTop: $('#' + tgt).offset().top - 51}, 'slow'); } } else { $.smoothScroll({scrollTarget: '#' + tgt}); } } }); $(window).trigger('hashchange'); }); (function($) { $('.bsr-item-detail').hide(); $('.bsr-item').on('click', function(e) { e.preventDefault(); // find the target of the clicked anchor tag var targetBSR = $(this).find('a')[0].hash; var parentBSR = $(this); // hide detail containers, not the the current target $('.bsr-item-detail').not(targetBSR).hide(); // toggle current target detail container $(targetBSR).slideToggle(); // toggle parent active class if (parentBSR.hasClass('is-active')) { parentBSR.removeClass('is-active'); } else { // wipe out all other active classes $('.bsr-item').each(function() { $(this).removeClass('is-active'); }); // add active class to the current parent parentBSR.addClass('is-active'); } }); $('.quotes_slider').flexslider({ animation: "slide", directionNav: false }); $('.CTA_section').each(function() { $(this).children('.mheight').matchHeight(); }); $('.CTA_section .row').each(function() { $(this).children('.CTA_item').matchHeight(); }); $('.resources_items.row').each(function() { $(this).children('.resources_link').matchHeight(); }); $('.mhp').each(function() { $(this).children('.mhc').matchHeight(); }); $('a[target="_video"]').magnificPopup({ midClick: true, type: 'iframe', mainClass: 'mfp-fade', removalDelay: 160, preloader: false, disableOn: 280, fixedContentPos: false }); $('a[rel="video"]').magnificPopup({ midClick: true, type: 'iframe', mainClass: 'mfp-fade', removalDelay: 160, preloader: false, disableOn: 280, fixedContentPos: false }); $(window).load(function() { $(window).trigger("resize"); }); $(window).resize(function() { $('body>.off-canvas-wrap').css('min-height', $(window).height() - ($('.main-footer').outerHeight(true) + $('section.title_section').outerHeight(true) + 200)); var maxHeight_title = -1; maxHeight_title = maxHeight_title > $(".ibm_solutions .title").height() ? maxHeight_title : $(".ibm_solutions .title").height(); $(".ibm_solutions .title").height(maxHeight_title); var maxHeight_body = -1; maxHeight_body = maxHeight_body > $(".ibm_solutions .body").height() ? maxHeight_body : $(".ibm_solutions .body").height(); $(".ibm_solutions .body").height(maxHeight_body); var maxHeight_productbox = -1; $('.docker_solutions_section .media').each(function() { maxHeight_productbox = maxHeight_productbox > $(this).height() ? maxHeight_productbox : $(this).height(); }); $('.docker_solutions_section .media').each(function() { $(this).height(maxHeight_productbox); }); var maxHeight_productboxul = -1; $('.docker_solutions_section .body_box ul').each(function() { maxHeight_productboxul = maxHeight_productboxul > $(this).height() ? maxHeight_productboxul : $(this).height(); }); $('.docker_solutions_section .body_box ul').each(function() { $(this).height(maxHeight_productboxul); }); var maxHeight_productpricing = -1; $('section.pricing_product_section .plan_box .header').each(function() { maxHeight_productpricing = maxHeight_productpricing > $(this).height() ? maxHeight_productpricing : $(this).height(); }); $('section.pricing_product_section .plan_box .header').each(function() { $(this).height(maxHeight_productpricing); }); var maxHeight_productdemo = -1; $('section.demo_product_section .items li .mheight').each(function() { maxHeight_productdemo = maxHeight_productdemo > $(this).height() ? maxHeight_productdemo : $(this).height(); }); $('section.demo_product_section .items li .mheight').each(function() { $(this).height(maxHeight_productdemo); }); var maxHeight_productuse = -1; $('section.use_product_section .items li .mheight').each(function() { maxHeight_productuse = maxHeight_productuse > $(this).height() ? maxHeight_productuse : $(this).height(); }); $('section.use_product_section .items li .mheight').each(function() { $(this).height(maxHeight_productuse); }); }).trigger("resize"); $(window).load(function() { var maxHeight_use_cases_overview_h3 = -1; $('section.use_cases_section .items li .item-link').each(function() { maxHeight_use_cases_overview_h3 = maxHeight_use_cases_overview_h3 > $(this).height() ? maxHeight_use_cases_overview_h3 : $(this).height(); }); $('section.use_cases_section .items li .item-link').each(function() { $(this).height(maxHeight_use_cases_overview_h3 + 15); }); var maxHeight_use_cases_overview_p = -1; $('section.use_cases_section .items li p').each(function() { maxHeight_use_cases_overview_p = maxHeight_use_cases_overview_p > $(this).height() ? maxHeight_use_cases_overview_p : $(this).height(); }); $('section.use_cases_section .items li p').each(function() { $(this).height(maxHeight_use_cases_overview_p); }); }); $(".plans_tabs ul a").click(function(event) { event.preventDefault(); var tab = $(this).attr("href"); $(this).parent().addClass("current").siblings().removeClass("current"); $(tab).addClass("current").fadeIn().siblings('.plans').removeClass("current").hide(); }); $('.faq-body').each(function() { $(this).parent('.faq').addClass('collapsible'); }); $(".faqs-group").on( "click", ".faq-title", function(e) { e.preventDefault(); var $FAQ = $(this).parent(".faq"), $FAQz = $(".faq").not($FAQ); $FAQ.toggleClass("active"); $(".faq-body",$FAQ).slideToggle(300) $FAQz.removeClass("active"); $(".faq-body",$FAQz).slideUp(300); }); if ($(window).width() > 1199) { $(".faqs_section .faqs-group").height($(".faqs-group .col-xs-12").outerHeight(true) + 120); } else if ($(window).width() < 1200 && $(window).width() > 991) { $(".faqs_section .faqs-group").height($(".faqs-group .col-xs-12").outerHeight(true) + 180); } else if ($(window).width() < 992 && $(window).width() > 767) { $(".faqs_section .faqs-group").height($(".faqs-group .col-xs-12").outerHeight(true) + 190); } else { $(".faqs_section .faqs-group").height($(".faqs-group .col-xs-12").outerHeight(true) + $(".faqs-group .col-xs-12").outerHeight(true) + 70); } var sliderRepoMap = [1, 5, 10, 20, 50, 100, 250] , RepoSlider = $( "#RepoSlider" ) , CmSupport = $("#RepoCommercialSupport") , CrSupport = $("#RepoCriticalSupport") , BuyButtontxt , BuyButtonURL , Repos , RepoPrice , RepoPricing , PricingInfo , RepoSliderVal; RepoSlider.slider({ value: 3, min: 0, max: sliderRepoMap.length-1, slide: function( event, ui ) { RepoPlans(ui.value) CmSupport.prop('checked', false).prop('disabled', false); CrSupport.prop('checked', false); $.bbq.pushState( '#/repo-' + sliderRepoMap[ui.value] ); }, change :function( event, ui ) { RepoPlans(RepoSlider.slider('value')) $.bbq.pushState( '#/repo-' + sliderRepoMap[RepoSlider.slider('value')] ); } }).slider("pips", { rest: "label", labels: sliderRepoMap }); $("#RepoSlider.ui-slider-pips .ui-slider-label").on( "click", function(e) { CmSupport.prop('checked', false).prop('disabled', false); CrSupport.prop('checked', false); }); /* SVEN SAYS NO $(window).on('load', RepoPlans(RepoSlider.slider('value'))); function RepoPlans(RepoSliderValue) { RepoSliderVal = RepoSliderValue; if(RepoSliderVal == 0){ RepoPrice = 0; RepoPricing = RepoPricing_free; BuyButtontxt = buybuttontxt_signup; } else if(RepoSliderVal < 4) { RepoPrice = parseFloat(sliderRepoMap[RepoSliderVal]) + 2; RepoPricing = '$ ' + RepoPrice + ' / month'; BuyButtontxt = BuyButtontxt_buy; } else { RepoPrice = parseFloat(sliderRepoMap[RepoSliderVal]); RepoPricing = '$ ' + RepoPrice + ' / month'; BuyButtontxt = BuyButtontxt_buy; } if(RepoSliderVal == 0) { BuyButtonURL = BuyButtonURL_0; } else if(RepoSliderVal == 1) { BuyButtonURL = BuyButtonURL_1; } else if(RepoSliderVal == 2) { BuyButtonURL = BuyButtonURL_2; } else if(RepoSliderVal == 3) { BuyButtonURL = BuyButtonURL_3; } else if(RepoSliderVal == 4) { BuyButtonURL = BuyButtonURL_4; } else if(RepoSliderVal == 5) { BuyButtonURL = BuyButtonURL_5; } else if(RepoSliderVal == 6) { BuyButtonURL = BuyButtonURL_6; } else { BuyButtonURL = BuyButtonURL_0; } Repos = sliderRepoMap[RepoSliderVal]; if(RepoSliderVal == 0) { PricingInfo = '
  • '+Repos+PricingInfo_freeText+'
  • '; } else { PricingInfo = '
  • '+Repos+PricingInfo_Text+'
  • '; } $('#PricingInfo').html(PricingInfo); $('#RepoBuyButton').text(BuyButtontxt); $('#RepoBuyButton').attr('href', BuyButtonURL); $('#RepoPricing').html(RepoPricing); } $(CmSupport).on('change', RepoCommercialSupport); function RepoCommercialSupport() { RepoSliderVal = RepoSlider.slider('value'); RepoSlider.slider('value', 3); if((CmSupport).is(':checked')) { Repos = sliderRepoMap[RepoSliderVal]; RepoPrice = 150; RepoPricing = '$ ' + RepoPrice + ' / month'; BuyButtontxt = BuyButtontxt_buy; BuyButtonURL = BuyButtonURL_cloud_starter; PricingInfo = '
  • '+Repos+PricingInfo_CommercialSupportText+'
  • '; $('#PricingInfo').html(PricingInfo); $('#RepoBuyButton').text(BuyButtontxt); $('#RepoBuyButton').attr('href', BuyButtonURL); $('#RepoPricing').html(RepoPricing); $.bbq.pushState( '#/repo-commercial-support' ); } else { RepoPlans(RepoSlider.slider('value')); RepoSlider.slider('enable'); $.bbq.pushState( '#/repo-' + sliderRepoMap[RepoSlider.slider('value')] ); } } $(CrSupport).on('change', RepoCriticalSupport); function RepoCriticalSupport() { RepoSliderVal = RepoSlider.slider('value'); RepoSlider.slider('value', 3); if((CrSupport).is(':checked')) { CmSupport.prop('checked', true).prop('disabled', true); Repos = sliderRepoMap[RepoSliderVal]; RepoPricing = RepoPricing_CriticalSupport; BuyButtontxt = buybuttontxt_quote; BuyButtonURL = BuyButtonURL_inquiry; PricingInfo = '
  • '+Repos+PricingInfo_CriticalSupportText+'
  • '; $('#PricingInfo').html(PricingInfo); $('#RepoBuyButton').text(BuyButtontxt); $('#RepoBuyButton').attr('href', BuyButtonURL); $('#RepoPricing').html(RepoPricing); $.bbq.pushState( '#/repo-critical-support' ); } else { CmSupport.prop('disabled', false); RepoCommercialSupport(); } } if(window.location.hash.match('repo-') != null) { var repopkg = location.hash.replace(/^#\/repo-?/,''); // alert(repopkg); if(repopkg == 'commercial-support') { $('a[href*="#tab-cloud"]').parent().addClass("current").siblings().removeClass("current"); $('#tab-cloud').addClass("current").fadeIn().siblings('.plans').removeClass("current").hide(); CmSupport.prop('checked', true); RepoCommercialSupport(); } else if (repopkg == 'critical-support') { $('a[href*="#tab-cloud"]').parent().addClass("current").siblings().removeClass("current"); $('#tab-cloud').addClass("current").fadeIn().siblings('.plans').removeClass("current").hide(); CrSupport.prop('checked', true); RepoCriticalSupport(); } else { repopkg = jQuery.inArray( parseFloat(repopkg), sliderRepoMap ); $('a[href*="#tab-cloud"]').parent().addClass("current").siblings().removeClass("current"); $('#tab-cloud').addClass("current").fadeIn().siblings('.plans').removeClass("current").hide(); RepoSlider.slider('value', repopkg); } } if(window.location.hash === "#/forcloud" || window.location.hash === "#forcloud" || window.location.hash === "#/forserver" || window.location.hash === "#forserver") { var tab = location.hash.replace(/^#\/for?/,'#tab-'); $('a[href*="'+tab+'"]').parent().addClass("current").siblings().removeClass("current"); $(tab).addClass("current").fadeIn().siblings('.plans').removeClass("current").hide(); } $('.products-items').each(function() { $(this).children('li').matchHeight(); }); $(".nolinkhere").on('click', function(e) { e.preventDefault(); }); $('.ibm_solutions').each(function() { $(this).children('.ibm_solution').matchHeight(); }); $(window).load(function() { var isoOptions = { itemSelector : '.events_region', masonry: { columnWidth: '.col-md-6' } }; var $grid = $('.events_section .events_regions').isotope( isoOptions ); $('.event-search input.ng-valid').on('keyup', function() { if ($(".events_regions .events_region").siblings().size() > 1) { $('.events_regions .events_region').removeClass('row'); $('.events_regions .events_region').addClass('col-xs-12 col-sm-6 col-md-6'); $('.events_regions .events_region .media.events_item').removeClass('col-xs-12 col-sm-6 col-md-6'); $('.events_regions .events_region .events_region_name').removeClass('col-xs-12 col-md-12'); $('.events_regions').removeClass('margintop55'); $grid.isotope('destroy'); // $grid.isotope('reloadItems') $grid.isotope({ itemSelector : '.events_region', masonry: { columnWidth: '.col-md-6' } }); } else { $('.events_regions .events_region').addClass('row'); $('.events_regions .events_region').removeClass('col-xs-12 col-sm-6 col-md-6'); $('.events_regions .events_region .media.events_item').addClass('col-xs-12 col-sm-6 col-md-6'); $('.events_regions .events_region .events_region_name').addClass('col-xs-12 col-md-12'); $('.events_regions').addClass('margintop55'); $grid.isotope('destroy'); $grid.isotope({ itemSelector : '.events_region .events_item', masonry: { columnWidth: '.col-md-6' } }); } setTimeout(function(){ $grid.isotope('layout'); }, 2000); }); $('.event-search select.ng-valid').on('change', function() { if ($(".events_regions .events_region").siblings().size() > 1) { $('.events_regions .events_region').removeClass('row'); $('.events_regions .events_region').addClass('col-xs-12 col-sm-6 col-md-6'); $('.events_regions .events_region .media.events_item').removeClass('col-xs-12 col-sm-6 col-md-6'); $('.events_regions .events_region .events_region_name').removeClass('col-xs-12 col-md-12'); $('.events_regions').removeClass('margintop55'); $grid.isotope('destroy'); $grid.isotope({ itemSelector : '.events_region', masonry: { columnWidth: '.col-md-6' } }); } else { $('.events_regions .events_region').addClass('row'); $('.events_regions .events_region').removeClass('col-xs-12 col-sm-6 col-md-6'); $('.events_regions .events_region .media.events_item').addClass('col-xs-12 col-sm-6 col-md-6'); $('.events_regions .events_region .events_region_name').addClass('col-xs-12 col-md-12'); $('.events_regions').addClass('margintop55'); $grid.isotope('destroy'); $grid.isotope({ itemSelector : '.events_region .events_item', masonry: { columnWidth: '.col-md-6' } }); } setTimeout(function(){ $grid.isotope('layout'); }, 2000); }); }); $('a[href="#toptop"]').click(function () { $('body,html').animate({ scrollTop: 0 }, 800); return false; }); $(window).load(function() { $('.resources_video_slider , .demo_product_section, .rest_apis_product_section, .customer_spotlight_section ').flexslider({ selector: ".slides > .slide", animation: "fade", controlNav: true, directionNav: false }); $('.technology_partners_section, .program_benefits_section').each(function() { $(this).children('li').matchHeight(); }); }); $('.products_items').each(function() { $(this).children('li').matchHeight(); }); $('.product_features_product_section ul.items ').each(function() { $(this).children('li').matchHeight(); }); $('.pricing_product_section .plan_boxes').each(function() { $(this).children('.plan_box').matchHeight(); }); $('.GenericDev .items').each(function() { $(this).children('li').matchHeight(); }); $('.quotes_use_cases_slider').flexslider({ animation: "slide", directionNav: true, controlNav: false }); $('.quotes_2_slider').flexslider({ animation: "slide", directionNav: true, controlNav: false }); $('.off-canvas-list li.has-submenu').prepend(''); $(".strategic_alliances_tabs ul a").click(function(event) { event.preventDefault(); var tab = $(this).attr("href"); $(this).parent().addClass("current").siblings().removeClass("current"); $(tab).addClass("current").fadeIn().siblings('.strategic_alliances').removeClass("current").hide(); }); $(".government_partners_tabs ul a").click(function(event) { event.preventDefault(); var tab = $(this).attr("href"); $(this).parent().addClass("current").siblings().removeClass("current"); $(tab).addClass("current").fadeIn().siblings('.government_partners').removeClass("current").hide(); }); */ /* ===================== 1 Mar =====================*/ $(".find_a_partner_section ul.partners_list li.no_info a.cbp-singlePageInline.cbp-nocontent").click(function() { var asdasd= $(this); $(asdasd).parents('#grid-container').addClass('nomore').removeClass('nomore2'); }); $(".find_a_partner_section ul.partners_list li a.cbp-singlePageInline.cbp-hascontent").click(function() { var qweqwe= $(this); $(qweqwe).parents('#grid-container').addClass('nomore2').removeClass('nomore'); }); $(window).load(function() { $('.scoopit-fulltheme-col1').masonry({ columnWidth: '.scoopit-fulltheme-scoop-wrapper', itemSelector: '.scoopit-fulltheme-scoop-wrapper' }); }); function getUrlVars() { var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for(var i = 0; i < hashes.length; i++) { hash = hashes[i].split('='); vars.push(hash[0]); vars[hash[0]] = hash[1]; } return vars; } var captains_page = getUrlVars()["page"]; var captains_id = getUrlVars()["id"]; if(captains_id){ var captains_item = captains_id.replace("info", "item"); } $(window).load(function() { if (captains_page == 'captains'){ $('#' + captains_id).click(); $('html,body').animate({ scrollTop: $('#' + captains_item).offset().top - 20}, 'slow'); } }); })(jQuery); (function ($, window, document, undefined) { var gridContainer = $('#grid-container,#grid-container2'); var captiansContainer = $('#captians-container'); // init cubeportfolio gridContainer.cubeportfolio({ animationType: 'rotateSides', gapHorizontal: 30, gapVertical: 30, gridAdjustment: 'responsive', caption: '', displayType: 'sequentially', displayTypeSpeed: 100, // lightbox lightboxDelegate: '.cbp-lightbox', lightboxGallery: true, lightboxTitleSrc: 'data-title', lightboxShowCounter: true, // singlePage popup singlePageDelegate: '.cbp-singlePage', singlePageDeeplinking: true, singlePageStickyNavigation: true, singlePageShowCounter: true, singlePageCallback: function (url, element) { // to update singlePage content use the following method: this.updateSinglePage(yourContent) }, // singlePageInline singlePageInlineDelegate: '.cbp-singlePageInline', singlePageInlinePosition: 'below', singlePageInlineShowCounter: true, singlePageInlineCallback: function(url, element) { // to update singlePageInline content use the following method: this.updateSinglePageInline(yourContent) var t = this; if($(url).length == 0) { return false; } else { var cont = $(url).html(); t.updateSinglePageInline(cont); } } }); captiansContainer.cubeportfolio({ animationType: 'rotateSides', gapHorizontal: 30, gapVertical: 12, gridAdjustment: 'responsive', caption: '', displayType: 'sequentially', displayTypeSpeed: 100, // lightbox lightboxDelegate: '.cbp-lightbox', lightboxGallery: true, lightboxTitleSrc: 'data-title', lightboxShowCounter: true, // singlePage popup singlePageDelegate: '.cbp-singlePage', singlePageDeeplinking: true, singlePageStickyNavigation: true, singlePageShowCounter: true, singlePageCallback: function (url, element) { // to update singlePage content use the following method: this.updateSinglePage(yourContent) }, // singlePageInline singlePageInlineDelegate: '.cbp-singlePageInline', singlePageInlinePosition: 'below', singlePageInlineShowCounter: true, singlePageInlineCallback: function(url, element) { // to update singlePageInline content use the following method: this.updateSinglePageInline(yourContent) var t = this; if($(url).length == 0) { return false; } else { var cont = $(url).html(); t.updateSinglePageInline(cont); } } }); $('#media_viewmore').on('click', function(e) { e.preventDefault(); var offset = $('#data_offset').text() , list_length = $('#data_list_length').text() , nxtoffset = parseFloat(offset) + 10 , url = '/api/docker_captains/'+offset; $.get(url).done(function( result ) { var items, itemsNext; // find current container items = $(result).filter( function () { return $(this).is('ul.cbp-loadMore-loop'); }); bios = $(result).filter( function () { return $(this).is('div.cbp-loadMore-bio'); }); captiansContainer.cubeportfolio('appendItems', items.html(), function () { // check if we have more works /* itemsNext = $(result).filter( function () { return $(this).is('ul' + '.cbp-loadMore'); }); */ }); $('#cbp-loadMore-bio').append(bios.html()); // $('#media-library-loop').append(result); $('#data_offset').text(nxtoffset); if(nxtoffset >= list_length) { $('#media_viewmore').hide(); } }); }); })(jQuery, window, document);