
Originally Posted by
dbltoe
Looks good. Haven't played too much but glad to see 508 being addressed.
The console is giving me uncaught TypeErrors with each page. Looks like one of the jquery or js calls is out of sequence. Sorry, not much time to investigate.
@dbltoe - yes!
proper order is:
Code:
<script src="includes/templates/FZCF7211/jscript/foundation.min.js"></script>
<script src="includes/templates/FZCF7211/jscript/foundation.core.js"></script>
<script src="includes/templates/FZCF7211/jscript/foundation.abide.js"></script>
<script src="includes/templates/FZCF7211/jscript/foundation.what-input.js"></script>
my loader uses alphabetical sequence.... which i have always was not ideal... not sure if that is part of core, or the loader plugin that i have working.
best.
Bookmarks