【发布时间】:2013-03-03 07:46:20
【问题描述】:
我正在尝试通过drupal 7中的theme.info将foundation.js和foundation-topbar.js版本4添加到page.tpl.php。我可以看到jquery和foundation js文件已正确添加-jquery在foundation js文件之上- 但我得到这个错误:
TypeError: $ is undefined
(Foundation.zj, this, this.document)); // foundation-topbar.js line 206
ReferenceError: Foundation is not defined
(Foundation.zj, this, this.document)); // foundation-topbar.js line 206
【问题讨论】:
-
可能是冲突。可能值得在这里查看:api.jquery.com/jQuery.noConflict 或使用
jQuery而不是$ -
查看 Manging JavaScript in Drupal 7 了解 Drupal 特定的信息(虽然是同一件事)
标签: jquery drupal-7 zurb-foundation