Bootstrap class =“btn btn-primary noty”将不会提交

时间:2017-03-04 11:44:27

标签: javascript jquery html forms twitter-bootstrap

开始学习bootstrap等等。无法弄清楚,如何得到这个bug ......

我有简单的输入表格(例如用户名,密码,按钮)

我希望我的按钮在提交表单后显示通知。

像这样: <button type="submit" class="btn btn-primary noty" data-noty-options='{"text":"Part sucessfully edited","layout":"topRight","type":"success"}'>Edit</button>

但..当我按下按钮时,它只显示通知,但不提交表格。

如果我选择课程btn btn-primary而不是btn btn-primary noty,则会提交表单,但不会显示通知

<button type="submit" class="btn btn-primary" data-noty-options='{"text":"Part sucessfully edited","layout":"topRight","type":"success"}'>Edit</button>

Image

0 个答案:

没有答案