html 将表单放在popover中的bootstrap 3中
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 将表单放在popover中的bootstrap 3中相关的知识,希望对你有一定的参考价值。
$('#popover').popover({
html : true,
title: function() {
return $("#popover-head").html();
},
content: function() {
return $("#popover-content").html();
}
});
<a href="#" id="popover">the popover link</a>
<div id="popover-head" class="hide">some title</div>
<div id="popover-content" class="hide">
<form>
<!-- my form -->
</form>
</div>
以上是关于html 将表单放在popover中的bootstrap 3中的主要内容,如果未能解决你的问题,请参考以下文章
使用表单属性并将输入元素放在 HTML 中的表单标记之外是一种好习惯吗?
当表单出现验证错误时,rails bootstrap popover 停止工作
element-ui的el-popover挂载问题
试图将两个runat = server表单放在一个web表单asp.net中
ngx bootstrap popover 将 html 字符串创建移动到 HTML 模板文件
Bootstrap 4 中的 HTML Popover 失败