我已经尝试这样做了几个小时但没有成功。所以我决定在这里寻求帮助。
所以,我有一个表格:
<form id="ecommerce-form">
<input type="checkbox" id="seopremium" name="option-ecommerce" value="seopremium">
<label for="seopremium" class="lead">SEO premium</label>
<input type="checkbox" id="moyenpaiement" name="option-ecommerce" value="moyenpaiement">
<label for="moyenpaiement" class="lead">Configuration paiements</label>
<input type="checkbox" id="facturation" name="option-ecommerce" value="facturation">
<label for="facturation" class="lead">Facturation simplifiée</label>
<input type="checkbox" id="avisclients" name="option-ecommerce" value="avisclients">
<label for="avisclients" class="lead">Avis clients</label>
<input type="checkbox" id="additionnalsecurity" name="option-ecommerce" value="additionnalsecurity">
<label for="additionnalsecurity" class="lead">Sécurité supplémentaire</label>
<input type="checkbox" id="basketoptions" name="option-ecommerce" value="basketoptions">
<label for="basketoptions" class="lead">Panier avec options</label>
</form>
我正在尝试打印自动选中的复选框的标签文本到段落中:
<p class="recap-option"><strong>Options:</strong></p><p class="options-selected"></p>
因此,如果检查了所有内容,该段落将是:
<p class="recap-option"><strong>Options:</strong></p><p class="options-selected">SEO premium, Configuration paiements, facturation simplifiée, Avis clients, Sécurité supplémentaire, Panier avec options</p>
或者明确地说:
选项:高级 SEO、付款配置、简化发票、客户评论、额外安全性、带选项的购物车
我在这里找到了一些看起来相对相似的问题的解决方案,但我无法根据自己的需要调整代码。
http://jsfiddle.net/5ryy9krn/2/
因此,目标只是将每个之间的内容附加到段落元素中。
预先感谢您的任何帮助。
守着一只汪
ITMISS
当年话下
相关分类