当前位置: 首页 > 软件库 > jQuery 插件 > jQuery Tabs >

Tabs jQuery Plugin

授权协议 未知
开发语言 JavaScript
所属分类 jQuery 插件、 jQuery Tabs
软件类型 开源软件
地区 不详
投 递 者 乌甫
操作系统 跨平台
开源组织
适用人群 未知
  • http://www.etmvc.cn/project/show/63  Tabs jQuery Plugin is designed to enable developers to create navigable tabbed views of content. It makes adding tabs into a website very simple.

  •   最近项目中要用到 Tab,自然想到了 jQuery 相关的 Tab 插件。但是尝试后,发现都不适合,所以只好自己写一个了!   插件名 :jquery.easytabs   功能如下:1. Tab 的增加,删除。(暂不支持 Tab 名的修改)        2. 支持对 Tab 切换,增加,删除时的回调函数。        3. 支持动画切换及动画时长设置。        4. 支持设置初始显

  • /* www.keleyi.com/ */ ; (function ($) { $.fn.extend({ Tabs: function (options) { // 处理参数 options = $.extend({ event: 'mouseover', ti

  • Just as the auther of jQuery Tools said: jQuery UI has a so-called “unified API” which uses the following syntax for invoking methods: // call select method for tabs  $("ul.example").tabs("select", 1

  • First, i want to add options to Tabs constructor like this: var tabs = $("div.tabs").tabs({ "openEvent": "mouseover", "disabled": [1, 2], "current": 3 }); These options

  • I have said that i dislike jQuery UI’s unified API, so i want to get the instance of the component after invoke like this: $(function() { var tabs = $("div.tabs").tabs(); // Note:

  • html样式 <style> .active{ border-top:1px solid red } #tab-body div{ display:none } .selected{ display:block } </style> html页面结构 <div id='wrap'> <div id='tab-header'> <li class='active'>