Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Javascript is not running Reply To: Javascript is not running

#151756
Alen
Participant

Look at the order in which you are loading the scripts. You are trying to reference something that hasn’t yet been defined.

// snipped code
<script src=jquery-1.7.min.js
<script src=RadiantChurch.js
<script src=jquery.flexslider-min.js
<script src=blur.js
<script src=jquery.fitvid.js
<script src=jquery.transit.min.js

RadiantChurch.js should be loaded last.