Callback for jquery plugin Isotope

前端 未结 5 557
执念已碎
执念已碎 2021-02-09 05:48


I\'m using isotope ( http://isotope.metafizzy.co ) with expandable items, and i would like to use ScrollTo so that i can automatically scroll to the newly expanded item..

5条回答
  •  别跟我提以往
    2021-02-09 06:34

    i use this hack for the callback. Maybe it works for you to.

    setTimeout(function(){
            $container.isotope('reLayout');
        }, 1000);
    

提交回复
热议问题