报价生成器

时间:2016-08-03 15:52:35

标签: javascript jquery html5 css3

所以今天我目前陷入了一个问题,我正在尝试制作报价生成器,当我这样做时,我确保没有错误,当我点击一个按钮将其添加到结果端时,它不会添加?有人能看出为什么会这样吗?

https://jsfiddle.net/1x7kqdoc/1/

LIVE LINK:https://pricingtool-kstreakog.c9users.io/quote.php

Please Help Me I need this !!!

谢谢!

1 个答案:

答案 0 :(得分:0)

你发帖。因此,javascript无法完成其工作,因为该网站已发布。 使用

Return false;

或者

("#id").on("click",function(event){
event.preventDefault()
}

阻止代码发布。 您也可以简单地删除表单并使用type =“”替换按钮type =“submit”。