【问题标题】:How to scroll a bootstrap modal with arrow keys up - down如何使用上下箭头键滚动引导模式
【发布时间】:2014-11-27 14:29:05
【问题描述】:

我试过了:

// this = modal
$(this).focus(); 

我尝试了上面的方法并尝试触发点击事件,但没有成功!

编辑

这是我正在开发的网站:“website”,您可以启动模态并看到它没有用箭头键滚动。

但是如果你点击模态框,它就会变成可滚动的,这就是为什么我尝试用 jquery 触发点击事件

【问题讨论】:

    标签: javascript html twitter-bootstrap twitter-bootstrap-3 modal-dialog


    【解决方案1】:

    尝试将焦点添加到第一个 a 超链接元素上,看看会发生什么:

    $('.modal a:first-child').focus();
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-11-28
      • 2012-02-06
      • 2023-03-23
      • 2022-12-23
      • 1970-01-01
      • 2012-01-16
      • 2011-05-16
      相关资源
      最近更新 更多