【发布时间】:2015-10-08 17:42:19
【问题描述】:
尝试在此处的结帐页面上使用此模式:http://designatwork.net/c3/checkout/ 在顶部的“有医师代码?输入您的医师代码”链接下。当我放入模态代码时,它会显示应该在应该打开弹出窗口的链接下方的弹出窗口中的内容。如何让它正常工作?
<p>Don't have a Physician Code? <a data-toggle="modal" data-target="#physcode">Get one here!</a></p>
<!-- Physician Code Modal -->
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<p>AQ Skin Pro products are available exclusively through participating clinics and physicians offices. If you do not have an Exclusive Physician Code, click "generate a code" below.</p>
<button class="nm-simple-add-to-cart-button single_add_to_cart_button button alt" data-dismiss="modal" aria-label="Close">Generate a Code</button>
</div>
</div>
</div>
【问题讨论】:
标签: javascript html wordpress twitter-bootstrap