隐藏段落
勾选“使用帐单地址”
在我的 Spree 应用程序中,如果我选中“使用帐单地址”复选框,则送货地址会被 checkout.js 隐藏。我想在里面显示更多文本,但我无法使其与表单值切换隐藏。
<div class="inner">
<p id="szip" class="field">
<%= ship_form.label :zipcode, t(:zip) %>
<%= ship_form.text_field :zipcode %>
</p>
<p>This is where I want to insert the TEXT</p>
</div>
In my Spree application, if I check "Use Billing Address" checkbox, the Shipping address gets hidden by the checkout.js. I want to display more text inside but I could not make it toggle hide with the form values.
<div class="inner">
<p id="szip" class="field">
<%= ship_form.label :zipcode, t(:zip) %>
<%= ship_form.text_field :zipcode %>
</p>
<p>This is where I want to insert the TEXT</p>
</div>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论