Bootstrap's javascript works locally but not when deployed to a server

前端 未结 9 1476
刺人心
刺人心 2020-12-15 18:56

I downloaded the barebone example of Twitter\'s bootstrap and customized it. I tested it locally (with WAMP server) and everything works perfectly, both the CSS and the JScr

9条回答
  •  被撕碎了的回忆
    2020-12-15 19:46

    I had the same problem. In IE, the site was working on localhost but not when hosted on a different server. Adding the following meta tag fixed it.

     
    

提交回复
热议问题