if( $('.hdhe_index').length ) { /* $(".zjr").each(function(){ var t1 = $(this).text(); if(t1==" 主讲人:"){$(this).hide();} }); */ $('.index_xshd_item .ky1').each(function() { var meta = $(this).attr('data-info').split('@#'); $(this).find('.meta_zj').append(' 主讲:' + meta[0]); $(this).find('.meta_sj').append(' 时间:' + meta[1]); $(this).find('.meta_dd').append(' 地点:' + meta[2]); }) $(window).scroll(function() { $(".nr2").css("background-position-y",$(document).scrollTop()/$(document).height()*130+"%"); }); // -------- var cdom_items = $('#myCarousel .carousel-inner .item'), cdom_item = cdom_items.eq(0), cdom_number = ''; cdom_items.each(function(i) { var c = i == 0 ? ' class="active"' : ''; cdom_number += '
  • '; }); $('#myCarousel .carousel-indicators').html(cdom_number) cdom_item.addClass( cdom_item.attr('data-first-class') ) // ------------ $('#myCarousels .carousel-inner .item').each(function(i) { if ($(this).find('img').length == 0) { $(this).remove(); $(this).parent().parent().find('.carousel-indicators li').eq(i).hide() } }) // ------------ $('#myCarousels2 .carousel-inner .item').each(function(i) { if ($(this).find('img').length == 0) { $(this).remove(); $(this).parent().parent().find('.carousel-indicators li').eq(i).hide() } }) // ------------ $('#myCarousels3 .carousel-inner .item').each(function(i) { if ($(this).find('img').length == 0) { $(this).remove(); $(this).parent().parent().find('.carousel-indicators li').eq(i).hide() } }) // --------- 填充内容用 -------- var r4lDom = $('#index_r4 .col-md-4 .xwlb .list_text_item_1 '); if (r4lDom.length < 10) { var need = 10 - r4lDom.length; } var addHtml = ''; for (i = 0; i < need; i++) { addHtml = addHtml + r4lDom.eq(i)[0].outerHTML; } r4lDom.parent().append(addHtml) // --------- 浮动对联 -------- $('.side_float').append('
    关闭
    ') $('.side_float .close_side_float').click(function() { $('.side_float').hide(); }) } $('#navbar .navbar-nav > li > ul').each(function(){ $(this).parent().find('.nav-menu-a1').addClass('dropdown-toggle').attr('data-toggle', 'dropdown').attr('onclick', 'return false;').find('b').addClass('caret') }) $('#navbar ul ul ul').each(function() { var that = $(this); that.addClass('dropdown-menu'); that.prev().addClass('dropdown-toggle').attr('data-toggle', 'dropdown').attr('onclick', 'return false;').find('b').addClass('caret') that.removeClass('multi-level').parent().addClass('dropdown-submenu'); that.find('a').removeClass('dropdown-toggle'); that.find('b').remove(); }) $.getScript($('link[href$="bootstrap.min.css"]').attr('href').replace('css/bootstrap.min.css', '') + 'js/bootstrap.min.js'); $('#bl_select_links').on('change', function () { var url = $(this).val(); if (url) { window.open( url, "_blank"); } return false; }); if (window.location.href.indexOf('_t747')) { $('.logo a').attr('href', '/_s308/_t747/main.psp'); $('.nav-menu-a1[href="/_s308/main.psp"]').attr('href', '/_s308/_t747/main.psp'); }