Bootstrap 创建标签页 Bootstrap-addTabs

码农软件 · 软件分类 · 网页组件 · 2019-04-08 22:27:04

软件介绍

允许 Bootstrap 按钮或链接创建可关闭 TAB。

bootstrap.addtabs.js是一个bootstrap的TAB扩展插件。可以使用它创建、关闭、折叠、拖动tabs,创建的tabs可以使用ajax/iframe加载,或者直接指定内容。同时,还可以在tabs标签上使用右键关闭、刷新tab。

HTML:

class="list-group-item" data-addtab="mail" data-url="./ajax/mailbox.txt">mailbox

JS:

$('#tabs-1').addtabs();

 

本文地址:https://codercto.com/soft/d/3166.html

Getting Started with C++ Audio Programming for Game Development

Getting Started with C++ Audio Programming for Game Development

David Gouveia

Written specifically to help C++ developers add audio to their games from scratch, this book gives a clear introduction to the concepts and practical application of audio programming using the FMOD li......一起来看看 《Getting Started with C++ Audio Programming for Game Development》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

随机密码生成器
随机密码生成器

多种字符组合密码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具