jQuery自动改变文字大小代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 jQuery自动改变文字大小代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

jQuery自动改变文字大小代码

HTML代码(index.html):

<!DOCTYPE html>
<html>
    <head>
        <title>jQuery自动改变文字大小代码</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        <meta name="robots" content="index, follow">
        <script src="js/jquery.min.js"></script>
        <script src="js/jQuery.fontFlex.js"></script>
                
        <style>
        
            body {
                font-family: Helvetica, Arial, sans-serif;
                font-weight: normal;
                line-height: normal;
                margin: 5%;
                padding: 0;
                background: black;
                -webkit-font-smoothing: antialiased;
            }
            h1 {
            	font-weight: 300;
            	line-height: 150%;
            	color: gray;
            }
            a {
                position: fixed;
                top: 0;
                right: 0;
                padding: 10px 20px;
                font-size:  13px;
                line-height: 13px;
                text-decoration: none;
                color: black;
                background: white;
                -webkit-font-smoothing: subpixel-antialiased;
            }
            a:hover {
                background: gray;
            }
            b {
            	color: white;
            }
                              
        </style>
        
        <script>
            
            $(function() {
                
                $('h1').fontFlex(20, 60, 40);
                
            });
                    
        </script>

    </head>

    <body>
    
		<h1><b>jQuery.fontFlex.js 调整浏览器大小查看变化</b><br>exclusive finest craftsmanship punctual, Beams Lufthansa efficient Muji
		bespoke boutique conversation. Global Muji lovely bureaux. Artisanal
		Winkreative the best discerning Asia-Pacific bulletin lovely delightful
		Airbus A380 Singapore the highest quality bespoke charming. Winkreative
		efficient Beams, charming destination K-pop hand-crafted exquisite
		Marylebone craftsmanship discerning. Boutique cutting-edge intricate
		premium perfect business class, elegant concierge K-pop classic Baggu.
		Impeccable delightful Zürich quality of life, Airbus A380 essential
		hand-crafted Baggu cosy. Elegant Boeing 787 finest joy boulevard K-pop
		perfect cutting-edge signature Shinkansen. Vibrant the highest quality
		extraordinary boulevard Shinkansen K-pop iconic liveable concierge
		craftsmanship Marylebone alluring lovely handsome. Sharp Ginza Helsinki
		cosy, essential bulletin smart discerning remarkable Zürich iconic the
		best. Flat white Asia-Pacific Washlet, premium Muji destination
		international. Tote bag alluring bulletin soft power boulevard, vibrant
		cosy Zürich. Finest essential premium cosy Washlet artisanal liveable, Fast
		Lane Gaggenau vibrant concierge Nordic. Delightful Porter Tsutaya,
		Melbourne Lufthansa Washlet hub exclusive K-pop Airbus A380 vibrant.
		Melbourne concierge quality of life, Toto Tsutaya eclectic global bespoke
		efficient impeccable Marylebone craftsmanship extraordinary sleepy
		Shinkansen. Quality of life Fast Lane izakaya Zürich Ginza. Boulevard Toto
		vibrant punctual Marylebone the highest quality Comme des Garçons Muji
		pintxos espresso destination Helsinki signature. Swiss exquisite handsome
		flat white boulevard finest charming destination boutique. Tsutaya iconic
		conversation Fast Lane Asia-Pacific, discerning espresso global
		artisanal.</h1>    
</body>
</html>

JS代码(jQuery.fontFlex.js):

(function($){
	$.fn.fontFlex = function(min,max,mid){
	var $this = this;
	$(window).resize(function(){
	var size = window.innerWidth / mid;
	if (size < min) size = min;
	if (size > max) size = max;
	$this.css('font-size',size + 'px');
}
).trigger('resize');
}
;
}
)(jQuery);
	
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
33.22 KB
jquery特效7
最新结算
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
HTML5实现CSS滤镜图片切换特效代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery+css3实现信封效果
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章