Skip to content

coto/fontsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery fontSize Plugin

Description

jQuery plugin helps easily to increase or decrease font size of your website.

Features

  • change the font size for whole Body content or only specific elements in your page.
  • (optional) specific a limit to increase or decreae

Sample

$(document).ready(function(){
	$('.increase').fontSize({
		action: "up",
		elements: "#content",
		max: 36
	});

	$('.decrease').fontSize({
		action: 'down',
		elements: "#content"
	});
})

Tested

jQuery 1.0.2 and above

Demo

http://www.beecoss.com/sandbox/fontsize/sample.html

Download from jQuery Plugin Site

http://plugins.jquery.com/fontsize

Licensed under the GPL

http://www.gnu.org/licenses/gpl.html

About

jQuery Plugin to increase or decrease easily font size

Resources

Stars

Watchers

Forks

Packages

No packages published