jQuery的UI工具包 jQuery Tools

码农软件 · 软件分类 · jQuery对话框 · 2019-12-15 14:26:26

软件介绍

jQuery Tools 是一个当前网站开发中最最常用的UI组件集合,包括:Tab、工具提示ToolTip、窗口滚动、Overlap、Expose和Flash嵌入,jQuery Tools 只有 5.8k 大小(强烈推荐)。

下图是一个跳格控制的截图

上面效果实现的代码:

 
<ul class="tabs"> 
    <li><a href="#">Tab 1 
    <li><a href="#">Tab 2 
    <li><a href="#">Tab 3 
 
 
 
<div class="panes"> 
    <div>First tab content. Tab contents are called "panes"

 
    <div>Second tab content 
    <div>Third tab content 

$(function() { 
    // setup ul.tabs to work as tabs for each div directly under div.panes 
    $("ul.tabs").tabs("div.panes > div"); 
});

在线演示 http://flowplayer.org/tools/demos/index.html

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

Computational Advertising

Computational Advertising

by Kushal Dave、Vasudeva Varma / Now Publishers Inc / 2014

Computational Advertising (CA), popularly known as online advertising or Web advertising, refers to finding the most relevant ads matching a particular context on the Web. The context depends on the t......一起来看看 《Computational Advertising》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具