<small id='b2AXN'></small><noframes id='b2AXN'>

  • <legend id='b2AXN'><style id='b2AXN'><dir id='b2AXN'><q id='b2AXN'></q></dir></style></legend>

      <tfoot id='b2AXN'></tfoot>

      1. <i id='b2AXN'><tr id='b2AXN'><dt id='b2AXN'><q id='b2AXN'><span id='b2AXN'><b id='b2AXN'><form id='b2AXN'><ins id='b2AXN'></ins><ul id='b2AXN'></ul><sub id='b2AXN'></sub></form><legend id='b2AXN'></legend><bdo id='b2AXN'><pre id='b2AXN'><center id='b2AXN'></center></pre></bdo></b><th id='b2AXN'></th></span></q></dt></tr></i><div id='b2AXN'><tfoot id='b2AXN'></tfoot><dl id='b2AXN'><fieldset id='b2AXN'></fieldset></dl></div>

        • <bdo id='b2AXN'></bdo><ul id='b2AXN'></ul>
      2. 在条纹按钮上设置数据属性

        时间:2024-04-19
          <i id='iG2oe'><tr id='iG2oe'><dt id='iG2oe'><q id='iG2oe'><span id='iG2oe'><b id='iG2oe'><form id='iG2oe'><ins id='iG2oe'></ins><ul id='iG2oe'></ul><sub id='iG2oe'></sub></form><legend id='iG2oe'></legend><bdo id='iG2oe'><pre id='iG2oe'><center id='iG2oe'></center></pre></bdo></b><th id='iG2oe'></th></span></q></dt></tr></i><div id='iG2oe'><tfoot id='iG2oe'></tfoot><dl id='iG2oe'><fieldset id='iG2oe'></fieldset></dl></div>
          <tfoot id='iG2oe'></tfoot>
          • <bdo id='iG2oe'></bdo><ul id='iG2oe'></ul>

            <small id='iG2oe'></small><noframes id='iG2oe'>

            <legend id='iG2oe'><style id='iG2oe'><dir id='iG2oe'><q id='iG2oe'></q></dir></style></legend>

                <tbody id='iG2oe'></tbody>

                  本文介绍了在条纹按钮上设置数据属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想不通.我检查了有关设置数据属性的其他问题,似乎是一件很棘手的事情.

                  I can't figure this out. I checked other questions regarding setting data attributes, seems to be a tricky enough thing.

                  条纹按钮数量纯粹是为了美观,每次用户更新数量选择框时,我都会尝试设置它('data-amount').

                  The stripe button amount is purely for aesthetics, I'm trying to set it ('data-amount') each time a user updates the quantity select box.

                  每次我更改数量时,选择一个警报都会给出正确的数量,如果我检查 dom,'data-amount' 属性似乎设置正确,但是当我单击条纹按钮时,模式显示默认数据量,即什么都没有.

                  Every time I change the quantity select an alert gives the correct amount and if I inspect the dom the 'data-amount' attribute appears to be set correctly but when I click the stripe button the modal shows the default data-amount, i.e nothing.

                  有人知道怎么做吗?

                  查看(表单,选择输入未显示)

                  view (form, select input not shown)

                  <div class="stripe-controls" align="center">
                    <script src="https://button.stripe.com/v1/button.js" class="stripe-button"
                        data-key="ENV['STRIPE_PUBLIC_KEY'] %>" data-amount="">
                    </script>
                  </div>
                  

                  咖啡脚本

                  $ ->
                    $('#order_quantity').click(orderTotal)
                    orderTotal()
                  
                  orderTotal = ->
                    quantity = $('#order_quantity').val()
                    price = $('#ticket-price').data('url')
                    total = quantity * price
                    $('.stripe-button').attr('data-amount', total)
                    alert total
                  

                  推荐答案

                  使用 StripeCheckout 指定自定义金额.open().

                  注意:我在 Stripe 工作.

                  Note: I work at Stripe.

                  这篇关于在条纹按钮上设置数据属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Coffeescript 中的源映射 - 错误未映射到源 下一篇:Jasmine spyOn 多次返回

                  相关文章

                      • <bdo id='l8fik'></bdo><ul id='l8fik'></ul>

                      <tfoot id='l8fik'></tfoot>

                      <i id='l8fik'><tr id='l8fik'><dt id='l8fik'><q id='l8fik'><span id='l8fik'><b id='l8fik'><form id='l8fik'><ins id='l8fik'></ins><ul id='l8fik'></ul><sub id='l8fik'></sub></form><legend id='l8fik'></legend><bdo id='l8fik'><pre id='l8fik'><center id='l8fik'></center></pre></bdo></b><th id='l8fik'></th></span></q></dt></tr></i><div id='l8fik'><tfoot id='l8fik'></tfoot><dl id='l8fik'><fieldset id='l8fik'></fieldset></dl></div>

                      <legend id='l8fik'><style id='l8fik'><dir id='l8fik'><q id='l8fik'></q></dir></style></legend>

                      <small id='l8fik'></small><noframes id='l8fik'>