Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialmerret feldernam
Courses Plus Student 48 PointsFunctions Cdn
If i am willing to use a CDN
for bootstrap css and js
is it still better to create functions and including the functions in the header or can i just link it directly in the header and avoid function.
in other words what am i gaining by including function vs simply linking in the header?
1 Answer
jason phillips
18,131 PointsI am not sure if this is what you are asking but what I typically do is ling directly to the cdn, but I also include a fallback.
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<script> $.fn.modal || document.write('<script src="Script/bootstrap.min.js">\x3C/script>')</script>