首页 > bootstrap中如何在dropdown-menu中动态添加内容?

bootstrap中如何在dropdown-menu中动态添加内容?

bootstrap中如何在dropdown-menu中动态添加内容?


试试直接在.dropdown-menu下插入子元素。
比如

<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
  <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
  <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li>
</ul>

用javascript在.dropdown-menu下插入一个li元素。

【热门文章】
【热门文章】