Bootstrap: How do I identify the Bootstrap version?

后端 未结 11 1362
借酒劲吻你
借酒劲吻你 2021-01-31 12:43

I want to update Bootstrap on a site, but I don\'t know the installed version.

How can I identify the bootstrap version, with only bootstrap.css and bootstrap.min.js fil

11条回答
  •  無奈伤痛
    2021-01-31 13:40

    An easy way to do this, without searching files or folders would be:

    • Open your web page on browser
    • press ctrl+U
    • search boostrap.min.js or boostrap.min.css, then click it (it would open source file)
    • at first line(commented) you should see boostrap version

提交回复
热议问题