Home  >  Article  >  Web Front-end  >  What is bootstrap.js used for?

What is bootstrap.js used for?

藏色散人
藏色散人Original
2020-11-24 11:03:056574browse

bootstrap.js是bootstrap的所有js指令的集合,其作用就是供开发的时候进行调试用,其使用方法是找到dist文件夹里面的css和JS文件,将带有min的拷贝到你项目中对应的css和JS文件夹里面即可。

What is bootstrap.js used for?

推荐:《bootstrap教程

bootstrap.js的作用

bootstrap.js 这个是bootstrap的灵魂所在,是bootstrap的所有js指令的集合,你看到bootstrap里面所有的js效果,都是由这个文件控制的,这个文件也是一个未经压缩的版本,供开发的时候进行调试用

获取bootstrap.js文件

去bootstrap官方网站上下载源码,也可以使用相关的CND来创建,具体方法是:下载bootstrap,找到dist文件夹里面的css和JS文件,将带有min的拷贝到你项目中对应的css和JS文件夹里面。

What is bootstrap.js used for?

在前端页面head标签里面引入css文件:

<link rel="stylesheet" href="/css/bootstrap.min.css" >

在页面

The above is the detailed content of What is bootstrap.js used for?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn