Edit D:\xinhaisoft\crisis_new\Scripts\jquery.jtab.js
??/* * ?????(jTab)??? * ?????(QQ33080907) * ????????2016.07.26 * ?????????????????????????????????? */ //???: //html?????<div class="tab"><ul><li class="current">???1</li><li>???2</li></ul><ul>???1</ul><ul>???2</ul></div> //$(".tab").jTab(); (function ($) { "use strict"; $.fn.jTab = function (options) { //??????????? var defaults = { current: "current", //????????SS??? event: "mouseover" //?????? }; //?????????????????? var opts = $.extend(defaults, options); //?????? return this.each(function (index) { //????????l??? var tab_ul = $(this).children("ul:first"); //???????? var tab_li = tab_ul.children("li"); //????????? tab_li.css({ cursor: "pointer", display: "inline-block", "text-align": "center" }); //??? var content = tab_ul.nextAll(); //???????????i?????lass??urrent???????????urrent???????????? var j = tab_li.index($("." + opts.current, $(this))); if (j === -1) { j = 0; tab_li.eq(j).addClass(opts.current); } content.hide().eq(j).show(); //?????? tab_li.on(opts.event, function () { if (!$(this).hasClass(opts.current)) { //???tab????? var i = tab_li.index($(this)); tab_li.removeClass(opts.current); $(this).addClass(opts.current); //content.hide().eq(i).fadeIn(); content.hide().eq(i).show(); } }); }); }; })(jQuery);
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de