1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > jQuery实现有幻灯效果tab滑动切换菜单

jQuery实现有幻灯效果tab滑动切换菜单

时间:2020-07-18 22:20:14

相关推荐

jQuery实现有幻灯效果tab滑动切换菜单

web前端|js教程

jQuery,滑动,效果

web前端-js教程这是一款很不错的TAB滑动切换效果,jQuery带幻灯的tab滑动切换风格菜单导航条,点击上方的文字,下边就向左或向右滑动切换,动画效果的TAB选项卡。

个人音乐网站源码asp,ubuntu远程不上去,tomcat9环境变量,金色财经反爬虫,php获取文件夹并依次输出,seo 工作年纪lzw

运行效果截图如下:

网站源码下载完如何查看,ubuntu 单系统引导,tomcat配置好数据库,python爬虫怎么监控,k8s 部署php网站,问答seo推广lzw

网页抽奖和兑换系统源码,ubuntu int128,tomcat9安装出现乱码,爬虫炒股同花顺接口,php模板入门教程视频学习交流,谕言Seolzw

在线演示地址如下:

/js//jquery-flash-style-tab-cha-menu-codes/

具体代码如下:

;(function( $ ){ var $scrollTo = $.scrollTo = function( target, duration, settings ){ $(window).scrollTo( target, duration, settings ); }; $scrollTo.defaults = { axis:xy, duration: parseFloat($.fn.jquery) >= 1.3 ? 0 : 1 }; $scrollTo.window = function( scope ){ return $(window)._scrollable(); }; $.fn._scrollable = function(){ return this.map(function(){ var elem = this, isWin = !elem.nodeName || $.inArray( elem.nodeName.toLowerCase(), [iframe,#document,html,ody] ) != -1; if( !isWin ) return elem; var doc = (elem.contentWindow || elem).document || elem.ownerDocument || elem; return $.browser.safari || patMode == BackCompat ? doc.body : doc.documentElement; }); }; $.fn.scrollTo = function( target, duration, settings ){ if( typeof duration == object ){ settings = duration; duration = 0; } if( typeof settings == function ) settings = { onAfter:settings }; if( target == max ) target = 9e9; settings = $.extend( {}, $scrollTo.defaults, settings ); duration = duration || settings.speed || settings.duration; settings.queue = settings.queue && settings.axis.length > 1; if( settings.queue ) duration /= 2; settings.offset = both( settings.offset ); settings.over = both( settings.over ); return this._scrollable().each(function(){ var elem = this, $elem = $(elem), targ = target, toff, attr = {}, win = $elem.is(html,body); switch( typeof targ ){ // A number will pass the regex case umber: case string: if( /^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(targ) ){ targ = both( targ ); // We are done break; } // Relative selector, no break! targ = $(targ,this); case object: // DOMElement / jQuery if( targ.is || targ.style ) // Get the real position of the target toff = (targ = $(targ)).offset(); } $.each( settings.axis.split(\), function( i, axis ){ var Pos = axis == x ? Left : Top, pos = Pos.toLowerCase(), key = scroll + Pos, old = elem[key], max = $scrollTo.max(elem, axis); if( toff ){// jQuery / DOMElement attr[key] = toff[pos] + ( win ? 0 : old - $elem.offset()[pos] ); // If its a dom element, reduce the margin if( settings.margin ){ attr[key] -= parseInt(targ.css(margin+Pos)) || 0; attr[key] -= parseInt(targ.css(order+Pos+Width)) || 0; } attr[key] += settings.offset[pos] || 0; if( settings.over[pos] ) // Scroll to a fraction of its width/height attr[key] += targ[axis==x?width:height]() * settings.over[pos]; }else{ var val = targ[pos]; // Handle percentage values attr[key] = val.slice && val.slice(-1) == \% ? parseFloat(val) / 100 * max : val; } // Number or umber if( /^\d+$/.test(attr[key]) ) // Check the limits attr[key] = attr[key] <= 0 ? 0 : Math.min( attr[key], max ); // Queueing axes if( !i && settings.queue ){ // Don waste time animating, if theres no need. if( old != attr[key] ) // Intermediate animation animate( settings.onAfterFirst ); // Don animate this axis again in the next iteration. delete attr[key]; } }); animate( settings.onAfter ); function animate( callback ){ $elem.animate( attr, duration, settings.easing, callback && function(){ callback.call(this, target, settings); }); }; }).end(); }; $scrollTo.max = function( elem, axis ){ var Dim = axis == x ? Width : Height, scroll = scroll+Dim; if( !$(elem).is(html,body) ) return elem[scroll] - $(elem)[Dim.toLowerCase()](); var size = client + Dim, html = elem.ownerDocument.documentElement, body = elem.ownerDocument.body; return Math.max( html[scroll], body[scroll] ) - Math.min( html[size] , body[size] ); }; function both( val ){ return typeof val == object ? val : { top:val, left:val }; };})( jQuery );$(document).ready(function() { $(#mask).css({height:$(#panel-1).height()}); $(#panel).width(parseInt($(#mask).width() * $(#panel p).length)); $(#panel p).width($(#mask).width()); $(a[rel=panel]).click(function () { var panelheight = $($(this).attr(href)).height(); $(a[rel=panel]).removeClass(selected); $(this).addClass(selected); $(#mask).animate({height:panelheight},{queue:false, duration:500}); $(#mask).scrollTo($(this).attr(href), 800); return false; });});body { padding:0; margin:0 20px; background:#d2e0e5; font:12px arial;}#scroller-header a { text-decoration:none; color:#867863; padding:0 2px;}#scroller-header a:hover { text-decoration:none; color:#4b412f}a.selected { text-decoration:underline !important; color:#4b412f !important;}#scroller-header { background:url(images/header.jpg) no-repeat; width:277px; height:24px; padding:35px 0 0 15px; font-weight:700;}#scroller-body { background:url(images/body.jpg) no-repeat bottom center; width:277px; padding-bottom:30px;}#mask { width:250px; overflow:hidden; margin:0 auto;}#panel {}#panel p {float:left;}#panel ul {list-style:none;margin:0 5px;padding:0;}#panel ul li {padding:5px;color:#557482;border-bottom:1px dotted #ccc;}#panel ul li.last {border-bottom:none !important;}#panel-1 {}#panel-2 {}#panel-3 {}jQuery Sidebar Sliding Tab Menu Tutorial

流行时尚网络注释历史记录网络收藏

Simple JQuery Image Slide Show with Semi-Transparent Caption A Really Simple jQuery Plugin Tutorial Create a Simple CSS + Javascript Tooltip with jQuery Simple jQuery Modal Window Tutorial

30 Javascript Menu Plugins and Scripts 10+ jQuery photo gallery and slider plugins

CSS and Web Gallery List Examples for Inpiration

脚本之家 seo wordpress

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。