include bootstrap in Jsfiddle

Asked

Viewed 135 times

2

I’m a beginner in Jsfiddle and I’m not being able to use bootstrap, I already selected jquery, Html5, added bootstrap.min.css in External Resources and it didn’t work. I changed examples from the Internet and they worked perfectly, I even made comparisons but I still couldn’t solve them. I believe it is the lack of experience. And how to know the bootstrap version?

  • Actually, your first edition brought me my solution. I was only adding "bootstra.min.css(js)", and actually the full Cdn path has to be passed

  • If possible would like someone to create the jsfiddle tag to help in the search for beginners

1 answer

4


To use Bootstrap in Jsfiddle you have to include it in external resources:

JS:

http://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js

CSS:

http://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css

When selecting jQuery 2.1.0 you have the option to include Bootstrap 3.2.0 and Bootstrap 2.3.2.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.