标签: php twitter-bootstrap
我如何使用twitter bootstraps radio buttons,如果你不能提供按钮提交POST。
如果我喜欢他们在那里展示,它会提交表格。
答案 0 :(得分:2)
只需将type="button"添加到您的按钮,它就不会提交表单。
type="button"
答案 1 :(得分:1)
如果要处理表单提交,则必须编写其他功能。我相信该插件只提供UI功能。