エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
FontSize | jQuery Plugins
記事へのコメント1件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
FontSize | jQuery Plugins
This Plugin allow increase or decrease easily the font size of your HTML. Try a demo How to use: ... This Plugin allow increase or decrease easily the font size of your HTML. Try a demo How to use: *Gnclude jquery.js and jquery.fontSizer.js between tags. *Give id's for both links, for example #increase (+) and #decrease (-) *Initialize the plugin, like the folowing: $(document).ready(function(){ $('#increase').fontSizer({ action: "up", max: 36 }); $('#decrease').fontSizer({ action: 'down' }); }