隐藏段落

勾选“使用帐单地址”

发布于 2024-12-01 17:10:52 字数 356 浏览 3 评论 0原文

在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文