我想使用Zurb Foundation for Apps(Zurb's popup documentation)的弹出功能,它使用Tether(Tether on GitHub)。我已尝试使用GitHub上的配置:
new Tether({
element: "yellowBox",
target: "greenBox",
attachment: 'bottom left',
targetAttachment: 'top left'
});
我在Angular JS指令中运行它。但是,我在tether.min.js中遇到JavaScript错误(错误:t为null)。该错误消息不是很有帮助。
Zurb的文档未说明如何配置弹出窗口。我希望弹出窗口发生在单击的元素右侧以打开弹出窗口。
感谢您的帮助。