Note that the templates only include the .CSS files, so yes, you need to 1) either manually include the .JS files for jQuery and Bootstrap as you did above, or 2) cause these to be included by defining them formally in F#.

By on 8/14/2015 2:53 AM ()

This is definitly not an answer but to make my navbar work, I added myself the latest jquery and bootstrap JS in my index..html.

1
2
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

Feels like a hack... but my navbar work properly after that. (I can't give a try.websharper link as there is an error in the JS when pasting the code in try.websharper)

By on 8/13/2015 11:26 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper