我完全糊塗瞭如何插入個人基礎javascript。它似乎總是破壞我的代碼。例如我需要使用下拉菜單js。在文檔中它說明基金會網站(6)javascript order
初始化 文件foundation.dropdownMenu.js必須包含在你的JavaScript使用這個插件,
與foundation.core.js一起。
這個插件還需要這些工具庫:
foundation.util.keyboard.js
foundation.util.box.js
foundation.util.nest.js
這似乎很簡單,所以我按照以下順序進行了以下操作:
bower_components/foundation-sites/js/foundation.core.js //check
bower_components/foundation-sites/js/foundation.util.mediaQuery.js
bower_components/foundation-sites/js/foundation.util.timerAndImageLoader.js
bower_components/foundation-sites/js/foundation.util.keyboard.js //check
bower_components/foundation-sites/js/foundation.util.box.js //check
bower_components/foundation-sites/js/foundation.util.nest.js //check
bower_components/foundation-sites/js/foundation.dropdown.js
bower_components/foundation-sites/js/foundation.dropdownMenu.js //check
bower_components/foundation-sites/js/foundation.equalizer.js
我按照比UTIL比插件 但它告訴我foundation.util.nest.js:6 Uncaught SyntaxError: Unexpected token =
如果我把所有foundation.min.js文件中的錯誤消失,所以我知道它必須是一個依賴缺什麼邏輯對我來說核心第一或訂單不正確
是否有任何資源在基礎js的依賴清楚?相反,每次我必須追蹤和錯誤。
謝謝。讓我知道你是否想出任何東西。 – aahhaa
我實際上編輯了我通常不喜歡這樣做的代碼,它反映了6.1.2的情況。我將嘗試觀看回購看看Zend是否推動修正此問題的更改。 –