dscc90150010 2015-07-12 13:46
浏览 43

使用Isotope过滤可折叠面板

I have a problem using isotope with collapsable panels.

The problem is in the layout when there is a panel opened and you try to filter all data with isotope selecting a category from the filter list.

<div class="col-sm-12 <?php echo esc_attr($categorie_names); ?>">
    <div class="h3ader">
       <h5 data-parent="#accordion" style="color:white; padding-bottom: 5px;"> <?php the_title(); ?> </h5>
    </div>
   <div class="c0ntent">
     <p><?php echo htmlspecialchars_decode(esc_attr($shortdesc));?></p>
         <div class="text-center">
             <a href="<?php the_permalink(); ?>" class="btn btn-1"><?php echo esc_attr($theme_option['courses_detail']); ?></a>
         </div>
  </div>

And that's the javascript code:

$(window).load(function () {
    var $container = $('#portfolio-div');
    $container.isotope({
           filter: '*',
           animationOptions: {
                    duration: 750,
                    easing: 'linear',
                    queue: false
                   }
           });
$('.filter ul li a').click(function () {
      $('.filter .active').removeClass('active');
      $(this).addClass('active');
      var selector = $(this).attr('data-filter');
      $container.isotope({
                 filter: selector,
                 animationOptions: {
                 duration: 750,
                 easing: 'linear',
                 queue: false
                }
            });
      return false;
      });
});

$(".h3ader").click(function () {
            $h3ader = $(this);
            $c0ntent = $h3ader.next();
            $c0ntent.slideToggle(500, function () {
                $(".col-sm-12").removeAttr("style")
            });
        });
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥60 求一个简单的网页(标签-安全|关键词-上传)
    • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法
    • ¥15 基于卷积神经网络的声纹识别
    • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
    • ¥100 为什么这个恒流源电路不能恒流?
    • ¥15 有偿求跨组件数据流路径图
    • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
    • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
    • ¥15 CSAPPattacklab
    • ¥15 一直显示正在等待HID—ISP