当我将此代码添加到我的 application.js 时,它无法正常工作。我显示了另外 2 个“custom_text”按钮,它保留了原来的“后退”按钮。
$(document).foundation()
.foundation('topbar', {
index : 0,
stickyClass : 'sticky',
custom_back_text: true,
back_text: 'custom_text',
init : true
});
怎么可能固定?