1

I am learning bootstrap. As I can see, it is pretty straight forward to use it. I tried to use the framework without including any reference to the JavaScript files and it is working just fine (at basic level).

So my question is - can I just ignore the JavaScript files and use only the css-based grid system, or the css depends on JavaScript in some way and I just don't face it now.

Thank you!

1
  • 1
    If you don't need JS just don't use it. If eventually you need it, then use it. Commented Dec 3, 2015 at 15:15

2 Answers 2

2

As long as you don't need anything from this page you can skip loading the javascript asset.

Sign up to request clarification or add additional context in comments.

Comments

1

YES, If you do not need any javascript related component (modal,tab etc.) , Also please remember you could customize entire framework with link below:

http://getbootstrap.com/customize/

Just check what you want and download.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.