我如何重新在基金会麦哲伦插件?我需要这样做,因为麦哲伦位于一个标签,我需要重新输入‘麦哲伦-顶部-偏移’一旦标签已经打开。
$(document).foundation('magellan', 'init');做不到.
发布于 2014-02-27 12:37:27
好的,所以这个问题和以往一样愚蠢,实际上整个模块的名称是magellan-expedition,而不是magellan。
所以正确的代码是这样的:
$(document).foundation('magellan-expedition','set_expedition_position');https://stackoverflow.com/questions/21991342
复制相似问题