Bootstrap working only on IIS Express -


i have simple asp.net site under .net 4.5 in visual studio 2013 (iis express) it's working fine. when copy (not publish) site, bootstrap not working. have menu, using "dropdown-toggle" class , it's not working there. under f12 tools chrome see js errors

  • uncaught syntaxerror: unexpected end of input --on jquery

  • uncaught error: bootstrap's javascript requires jquery -- on bootstrap./js

also when shrink browser cell phone, menu replaced 3 lines it's not expanding. missing here ? thank !

your path sources not correct. try link online sources like: bootstrap cdn sources.

to expand menu have include jquery.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -