Can I use twitter bootstrap without jquery?

后端 未结 5 1285
梦毁少年i
梦毁少年i 2020-12-02 16:02

I work in a project where we don\'t use JQuery.

Is twitter bootstrap dependant on it ?

5条回答
  •  借酒劲吻你
    2020-12-02 16:52

    Twitter bootstrap itself isn't jQuery dependant.

    If you use just the CSS part of it, you won't need jQuery.

    If you use the Javascript plugins you need jQuery, since they are jQuery plugins.

    v3: http://getbootstrap.com/javascript/

    v4: https://getbootstrap.com/docs/4.0/getting-started/javascript/

提交回复
热议问题