gpt4 book ai didi

twitter-bootstrap - Bootstrap data-toggle 与 data-bs-toggle 属性有什么区别?

转载 作者:行者123 更新时间:2023-12-04 22:43:48 26 4
gpt4 key购买 nike

上下文
我正在使用 Bootstrap 主题,现在我注意到,当主题更新到 Bootstrap 5 时,所有 data-toggle 属性都被替换为 data-bs-toggle (除了一个,哪个元素仍然有效)
问题
Bootstrap data-toggle 与 data-bs-toggle 属性有什么区别?

最佳答案

这来自 PR 31827commit 418f17e (2020 年 11 月, Bootstrap v5.0.0-beta1)
它修复了 issue 29479 “为 data-* 属性添加命名空间?”
正如 What’s New in Bootstrap 5 / Change in data attributes 中的“Shahed Nasser”中所述:

Bootstrap 5 has changed the naming of the data attributes that are generally used by its components that use JavaScript as part of their functionality.

Previously, most components that relied on some JavaScript functionalities would have data attributes starting with data-.

In Bootstrap 5, data attributes for these components now start with data-bs to easily namespace Bootstrap attributes.


Commit b38110a同意:

Data attributes for all JavaScript plugins are now namespaced to help distinguish Bootstrap functionality from third parties and your own code.
For example, we use data-bs-toggle instead of data-toggle.

关于twitter-bootstrap - Bootstrap data-toggle 与 data-bs-toggle 属性有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69536277/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com