跳转/滚动到Bulma模态卡中的某个部分

时间:2018-05-23 09:37:41

标签: bulma

我想在bulma模态卡中按下按钮跳转到div,但是当我点击按钮跳转到div时,它正在关闭模态。
单击按钮上的Jquery

    $('#scroll_bottom').click(function() {
       $('html, body').animate({
       scrollTop: ($('#bottom').first().offset().top)},500);
     });

如何跳转/滚动到bulma模态卡中的div

0 个答案:

没有答案