Chrome blocking javascript on localhost

前端 未结 3 1239
独厮守ぢ
独厮守ぢ 2020-12-30 18:39

I\'m working on developing a site on my local machine (Windows 7 Ultimate x64) using WAMP, running APACHE v2.2.22, PHP 5.3.13, and MySQL v5.5.24. I\'m developing using Chrom

3条回答
  •  再見小時候
    2020-12-30 19:15

    If you notice that JavaScript is only blocked when the console is open (as some are saying), chances are that you disabled JavaScript in the console settings.

    1. Open the console.
    2. Click the vertical ellipsis icon (or the gear icon on older versions) in the upper right and go to settings.
    3. See if the "Disable JavaScript" checkbox is checked.

提交回复
热议问题