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

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -