好久没有写博客了(主要是懒),工作中用到一个动态添加Tab的功能,众所周知,bootstrap没有动态添加Tab的功能,网上又没找到什么好用的,那咱就自己写呗?(因为懒,所以只写了添加的方法.(๑><๑)۶) github地址:https://github.com/renruiquan/bootstrap-dynamic-tabs 不废话了,我就直接上代码了. bootstrap-dynamic-tabs.js源码如下: $.fn.addTabs = function (options) {…