JavaScript實(shí)現(xiàn)點(diǎn)擊按鈕字體放大-縮小
來源:易賢網(wǎng) 閱讀:2193 次 日期:2016-08-04 16:06:40
溫馨提示:易賢網(wǎng)小編為您整理了“JavaScript實(shí)現(xiàn)點(diǎn)擊按鈕字體放大-縮小”,方便廣大網(wǎng)友查閱!

本文給大家分享js實(shí)現(xiàn)點(diǎn)擊按鈕字體放大縮小實(shí)例代碼,代碼簡單易懂,需要的朋友參考下吧

具體代碼如下所示:

<style>

.bb{color:red;}

.cc{color:green;}

.chapter {font-size: 1.5em;}

.normal{font-size:12px;}

.hidden{display:none;}

</style>

<script>

$(document).ready(function() {

$('div.aa').addClass('bb');

$('a[href^="http:"]').addClass('cc');

//$('#switcher-large').on('click',function(){

// $('div.large').addClass('chapter'); 

//});

$('#switcher-large').click(function(){ 

$('div.large').toggleClass('chapter');

$(this).toggleClass('bb'); 

});

//$('#switcher').click(function(){//點(diǎn)擊按鈕增加(移除)樣式(toggleClass方法)

//$('#switcher button').toggleClass('hidden');

//})

//字體的放大縮小

var $biger = $('div.large');

var num = parseFloat($biger.css('fontSize')); 

$('#switcher-bigger').click(function(){ 

num=num*1.4;

$biger.css('fontSize',num+'px');

});

$('#switcher-small').click(function(){

num=num/1.4;

$biger.css('fontSize',num+'px');

});

});

</script>

<div id="switcher" class="switcher">

<h3>Style Switcher</h3>

<button id="switcher-default"> Default </button>

<button id="switcher-hidden">Narrow hidden</button>

<button id="switcher-large">Large Print</button>

<button id="switcher-bigger">switcher-bigger</button>

<button id="switcher-small">switcher-small</button>

</div>

<div class="large">

<p>....</p>

<p>....</p>

<p>....</p>

<p>....</p>

</div>

關(guān)于JavaScript實(shí)現(xiàn)點(diǎn)擊按鈕字體放大、縮小的相關(guān)知識(shí)就給大家介紹這么多,希望對(duì)大家有所幫助!

更多信息請(qǐng)查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:JavaScript實(shí)現(xiàn)點(diǎn)擊按鈕字體放大-縮小
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)