我想要的是在提交表单时在php中回显这个onclick函数。任何人?感谢
<button class="btn btn-primary btn-block" onclick="demo.showNotification('top','right')">Top Right</button>
答案 0 :(得分:0)
你可以在表格中使用onsubmit attribuut:
<form action="#" onsubmit="demo.showNotification('top','right')" method="post">