开始学习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>